From Luke: make copies of S4U2Proxy authdata modules work when there
authorGreg Hudson <ghudson@mit.edu>
Fri, 28 May 2010 14:38:37 +0000 (14:38 +0000)
committerGreg 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

index 3c9ccb0362b4c15603febd5d9e644d45416e27d8..1c6194350f713a8d367dab0162ce531809cc976d 100644 (file)
@@ -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;