diff options
| -rw-r--r-- | src/lib/gssapi/krb5/lucid_context.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/gssapi/krb5/lucid_context.c b/src/lib/gssapi/krb5/lucid_context.c index 0bb48b65c..1e4f0bf9c 100644 --- a/src/lib/gssapi/krb5/lucid_context.c +++ b/src/lib/gssapi/krb5/lucid_context.c @@ -1,7 +1,7 @@ /* * lib/gssapi/krb5/lucid_context.c * - * Copyright 2004 by the Massachusetts Institute of Technology. + * Copyright 2004, 2008 by the Massachusetts Institute of Technology. * All Rights Reserved. * * Export of this software from the United States of America may @@ -89,8 +89,6 @@ gss_krb5int_export_lucid_sec_context( } ctx = (krb5_gss_ctx_id_t) *context_handle; - if (kret) - goto error_out; /* Externalize a structure of the right version */ switch (version) { |
