From ae5ce4e772fbaf0f93cb0a442a949a42c5549789 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Tue, 21 May 1991 14:35:38 +0000 Subject: [PATCH] Changed calling sequence for mk_req_extended() git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2109 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/krb/sendauth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/krb5/krb/sendauth.c b/src/lib/krb5/krb/sendauth.c index 03a279cff..9a746e9f9 100644 --- a/src/lib/krb5/krb/sendauth.c +++ b/src/lib/krb5/krb/sendauth.c @@ -147,7 +147,7 @@ krb5_sendauth(/* IN */ * OK, get the authentication header! */ if (retval = krb5_mk_req_extended(ap_req_options, checksump, - &credsp->times, kdc_options, + kdc_options, sequence ? *sequence : 0, newkey, ccache, credsp, &authent, &outbuf)) { memset((char *)&authent, 0, sizeof(authent)); -- 2.26.2