svn rev #24107: trunk/src/lib/krb5/krb/

ghudson@MIT.EDU ghudson at MIT.EDU
Fri May 28 10:38:37 EDT 2010


http://src.mit.edu/fisheye/changelog/krb5/?cs=24107
Commit By: ghudson
Log Message:
>From Luke: make copies of S4U2Proxy authdata modules work when there
is no S4U2Proxy authdata.



Changed Files:
U   trunk/src/lib/krb5/krb/s4u_authdata.c
Modified: trunk/src/lib/krb5/krb/s4u_authdata.c
===================================================================
--- trunk/src/lib/krb5/krb/s4u_authdata.c	2010-05-27 22:25:51 UTC (rev 24106)
+++ trunk/src/lib/krb5/krb/s4u_authdata.c	2010-05-28 14:38:37 UTC (rev 24107)
@@ -572,7 +572,7 @@
     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;




More information about the cvs-krb5 mailing list