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/bd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon/bd.c') diff --git a/daemon/bd.c b/daemon/bd.c index 6383801..e11a56b 100644 --- a/daemon/bd.c +++ b/daemon/bd.c @@ -405,7 +405,7 @@ static int do_digest_response(ha_request_t* rq, bd_context_t* ctx, const char* h /* And do the validation ourselves */ memcpy(dg.ha1, rec->ha1, MD5_LEN); - ret = digest_complete_check(&dg, rq->buf); + ret = digest_complete_check(&dg, rq->context, rq->buf); if(ret != HA_OK) { -- cgit v1.2.3