From 80ee98fad9f710117b6a63bd04cc7659bdf94f14 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Wed, 4 Oct 2000 20:18:46 +0000 Subject: [PATCH] Fix typo in last checkin git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12722 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/gssapi/krb5/accept_sec_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.26.2