summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2000-10-04 20:18:46 +0000
committerEzra Peisach <epeisach@mit.edu>2000-10-04 20:18:46 +0000
commit80ee98fad9f710117b6a63bd04cc7659bdf94f14 (patch)
tree7f10f46a246c783dcdb212f357e4ab5a7752131f /src
parent847cf2859acc6824a1ba8a48a10e441678f3f31f (diff)
Fix typo in last checkin
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12722 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/gssapi/krb5/accept_sec_context.c2
1 files changed, 1 insertions, 1 deletions
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);
}