summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1991-05-21 14:35:38 +0000
committerTheodore Tso <tytso@mit.edu>1991-05-21 14:35:38 +0000
commitae5ce4e772fbaf0f93cb0a442a949a42c5549789 (patch)
treed10acf47517c13a3e94794e6d05d42f87442c25c /src/lib
parent1857413b11a18ecb44fe3c166309f1877ecbd5d7 (diff)
downloadkrb5-ae5ce4e772fbaf0f93cb0a442a949a42c5549789.tar.gz
krb5-ae5ce4e772fbaf0f93cb0a442a949a42c5549789.tar.xz
krb5-ae5ce4e772fbaf0f93cb0a442a949a42c5549789.zip
Changed calling sequence for mk_req_extended()
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2109 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/krb/sendauth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/krb/sendauth.c b/src/lib/krb5/krb/sendauth.c
index 03a279cff5..9a746e9f96 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));