From: Theodore Tso Date: Tue, 21 May 1991 14:35:38 +0000 (+0000) Subject: Changed calling sequence for mk_req_extended() X-Git-Tag: krb5-1.0-beta1~61 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ae5ce4e772fbaf0f93cb0a442a949a42c5549789;p=krb5.git Changed calling sequence for mk_req_extended() git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2109 dc483132-0cff-0310-8789-dd5450dbe970 --- 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));