From ccf2cfde57c93683115e993e64f36916e43df46a Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 19 Jun 2007 21:00:06 +0000 Subject: Fix dumb missing variable --- apache1x/mod_httpauth.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apache1x/mod_httpauth.c') diff --git a/apache1x/mod_httpauth.c b/apache1x/mod_httpauth.c index 064b3d1..fffaf9d 100644 --- a/apache1x/mod_httpauth.c +++ b/apache1x/mod_httpauth.c @@ -802,6 +802,7 @@ static int httpauth_access(request_rec *r) { httpauth_context_t* ctx; const char *user = r->connection->user; + const char* authtype; int m = r->method_number; int method_restricted = 0; register int x; -- cgit v1.2.3