summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/krb/s4u_authdata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/krb/s4u_authdata.c b/src/lib/krb5/krb/s4u_authdata.c
index 3c9ccb036..1c6194350 100644
--- 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;