diff options
Diffstat (limited to 'daemon/httpauthd.c')
-rw-r--r-- | daemon/httpauthd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/httpauthd.c b/daemon/httpauthd.c index 0524fdd..b26eb60 100644 --- a/daemon/httpauthd.c +++ b/daemon/httpauthd.c @@ -629,7 +629,7 @@ static int httpauth_read(ha_request_t* rq, int ifd) int i, r; int more = 1; - ASSERT(r); + ASSERT(rq); ASSERT(ifd != -1); /* Clean up the request header */ |