From 47a862a9be2e2d58adc7ac6c5bd95bcbed057299 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 15 Apr 2019 00:32:29 +0200 Subject: [PATCH] make Tim happy --- src/microhttpd/digestauth.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c index 8f04bf38..0cd0219f 100644 --- a/src/microhttpd/digestauth.c +++ b/src/microhttpd/digestauth.c @@ -1057,6 +1057,7 @@ digest_auth_check_all (struct MHD_Connection *connection, else { /* This will initialize da->sessionkey (ha1) */ + mhd_assert (NULL != password); /* NULL == digest => password != NULL */ digest_calc_ha1_from_user (da->alg, username, realm,