diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/krb5/krb/sendauth.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |