projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1857413
)
Changed calling sequence for mk_req_extended()
author
Theodore Tso
<tytso@mit.edu>
Tue, 21 May 1991 14:35:38 +0000
(14:35 +0000)
committer
Theodore Tso
<tytso@mit.edu>
Tue, 21 May 1991 14:35:38 +0000
(14:35 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2109
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/krb/sendauth.c
patch
|
blob
|
history
diff --git
a/src/lib/krb5/krb/sendauth.c
b/src/lib/krb5/krb/sendauth.c
index 03a279cff55cc3efd2e72a5d76594163bd35d7ed..9a746e9f963337e02c21016ed8719df6d6d1a1a3 100644
(file)
--- 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));