summaryrefslogtreecommitdiff
path: root/daemon
diff options
context:
space:
mode:
Diffstat (limited to 'daemon')
-rw-r--r--daemon/bd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/bd.c b/daemon/bd.c
index f694017..eebf496 100644
--- a/daemon/bd.c
+++ b/daemon/bd.c
@@ -648,6 +648,7 @@ int bd_process(ha_request_t* rq)
ha_addheader(rq, "WWW-Authenticate", ha_bufdata(rq->buf));
ha_messagex(rq, LOG_DEBUG, "sent basic auth request");
+ ret = HA_OK;
}
if(rq->context->allowed_types & HA_TYPE_DIGEST)