From: Ezra Peisach Date: Wed, 4 Oct 2000 20:18:46 +0000 (+0000) Subject: Fix typo in last checkin X-Git-Tag: krb5-1.3-alpha1~1857 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=80ee98fad9f710117b6a63bd04cc7659bdf94f14;p=krb5.git Fix typo in last checkin git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12722 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/gssapi/krb5/accept_sec_context.c b/src/lib/gssapi/krb5/accept_sec_context.c index 4f7f73d23..79f762717 100644 --- a/src/lib/gssapi/krb5/accept_sec_context.c +++ b/src/lib/gssapi/krb5/accept_sec_context.c @@ -744,7 +744,7 @@ krb5_gss_accept_sec_context(minor_status, context_handle, if (authdat) krb5_free_authenticator(context, authdat); /* The ctx structure has the handle of the auth_context */ - if (auth_context & !ctx) { + if (auth_context && !ctx) { (void)krb5_auth_con_setrcache(context, auth_context, NULL); krb5_auth_con_free(context, auth_context); }