Fix typo in last checkin
authorEzra Peisach <epeisach@mit.edu>
Wed, 4 Oct 2000 20:18:46 +0000 (20:18 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 4 Oct 2000 20:18:46 +0000 (20:18 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12722 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/gssapi/krb5/accept_sec_context.c

index 4f7f73d23887bf765a20babd16d50aadf44029e5..79f762717421bbdf8ef6c2a639eb70c669ad2c40 100644 (file)
@@ -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);
    }