diff options
Diffstat (limited to 'daemon/bd.c')
-rw-r--r-- | daemon/bd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |