projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a7a7b2
)
From Luke: make copies of S4U2Proxy authdata modules work when there
author
Greg Hudson
<ghudson@mit.edu>
Fri, 28 May 2010 14:38:37 +0000
(14:38 +0000)
committer
Greg Hudson
<ghudson@mit.edu>
Fri, 28 May 2010 14:38:37 +0000
(14:38 +0000)
is no S4U2Proxy authdata.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24107
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/krb/s4u_authdata.c
patch
|
blob
|
history
diff --git
a/src/lib/krb5/krb/s4u_authdata.c
b/src/lib/krb5/krb/s4u_authdata.c
index 3c9ccb0362b4c15603febd5d9e644d45416e27d8..1c6194350f713a8d367dab0162ce531809cc976d 100644
(file)
--- a/
src/lib/krb5/krb/s4u_authdata.c
+++ b/
src/lib/krb5/krb/s4u_authdata.c
@@
-572,7
+572,7
@@
s4u2proxy_copy(krb5_context kcontext,
code = s4u2proxy_export_internal(kcontext, context,
plugin_context, request_context,
FALSE, (void **)&dstctx->delegated);
- if (code != 0)
+ if (code != 0
&& code != ENOENT
)
return code;
dstctx->count = srcctx->count;