From abb6cb40322b04c192beb7612d05b43ae6a38023 Mon Sep 17 00:00:00 2001 From: kouril Date: Wed, 21 Apr 2004 10:15:04 +0000 Subject: [PATCH] really use auth_context prepared --- src/mod_auth_kerb.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mod_auth_kerb.c b/src/mod_auth_kerb.c index 608a7d5..e6c8bdb 100644 --- a/src/mod_auth_kerb.c +++ b/src/mod_auth_kerb.c @@ -506,8 +506,6 @@ verify_krb5_init_creds(krb5_context context, krb5_creds *creds, goto end; krb5_auth_con_setflags(context, auth_context, KRB5_AUTH_CONTEXT_DO_SEQUENCE); - auth_context = NULL; - ret = krb5_rd_req (context, &auth_context, &req, ap_req_server, keytab, 0, NULL); -- 2.1.4