From 6d7feb248daf16c260007388692d6de48416d9b7 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 31 May 2007 23:29:35 +0000 Subject: Support ignoring the HTTP method. --- daemon/simple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon/simple.c') diff --git a/daemon/simple.c b/daemon/simple.c index 46b1cf1..1c37c23 100644 --- a/daemon/simple.c +++ b/daemon/simple.c @@ -146,7 +146,7 @@ static int validate_digest(ha_request_t* rq, const char* user, digest_context_t* foundgood = 1; /* Try to do the validation */ - ret = digest_complete_check(dg, rq->buf); + ret = digest_complete_check(dg, rq->context, rq->buf); /* If invalid then continue search */ if(ret == HA_FALSE) -- cgit v1.2.3