From: kouril Date: Thu, 24 Aug 2006 11:43:07 +0000 (+0000) Subject: Added context declaration X-Git-Tag: v5.1~4 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_kerb.cvs%2F.git;a=commitdiff_plain;h=5484acd7efd3c3ebc40ad5b5107c3871816cf74b Added context declaration --- diff --git a/src/mod_auth_kerb.c b/src/mod_auth_kerb.c index 4784fe7..7414b99 100644 --- a/src/mod_auth_kerb.c +++ b/src/mod_auth_kerb.c @@ -1550,6 +1550,7 @@ int have_rcache_type(const char *type) { krb5_error_code ret; + krb5_context context; krb5_rcache id; int found;