summaryrefslogtreecommitdiff
path: root/apache1x/mod_httpauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'apache1x/mod_httpauth.c')
-rw-r--r--apache1x/mod_httpauth.c1
1 files changed, 1 insertions, 0 deletions
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;