commit 47a862a9be2e2d58adc7ac6c5bd95bcbed057299 parent 3ab54c6b3b03a23b5bb67085b91c3b5af56aed83 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 15 Apr 2019 00:32:29 +0200 make Tim happy Diffstat:
| M | src/microhttpd/digestauth.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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,