projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8252b6
)
add authdata stuff (from Bill Sommerfeld)
author
John Kohl
<jtkohl@mit.edu>
Thu, 18 Oct 1990 10:49:13 +0000
(10:49 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Thu, 18 Oct 1990 10:49:13 +0000
(10:49 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1259
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/ccache/file/fcc_store.c
patch
|
blob
|
history
diff --git
a/src/lib/krb5/ccache/file/fcc_store.c
b/src/lib/krb5/ccache/file/fcc_store.c
index 93563552ff387bc460cd81ec6eb59f40a74f948d..7f31a30e65928b2aa0b27a20a94ac944ebebd2c2 100644
(file)
--- a/
src/lib/krb5/ccache/file/fcc_store.c
+++ b/
src/lib/krb5/ccache/file/fcc_store.c
@@
-66,6
+66,8
@@
krb5_fcc_store(id, creds)
TCHECK(ret);
ret = krb5_fcc_store_addrs(id, creds->addresses);
TCHECK(ret);
+ ret = krb5_fcc_store_authdata(id, creds->authdata);
+ TCHECK(ret);
ret = krb5_fcc_store_data(id, &creds->ticket);
TCHECK(ret);
ret = krb5_fcc_store_data(id, &creds->second_ticket);