aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/digestauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/digestauth.c')
-rw-r--r--src/microhttpd/digestauth.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c
index bc47a2d3..cf4a9256 100644
--- a/src/microhttpd/digestauth.c
+++ b/src/microhttpd/digestauth.c
@@ -1213,10 +1213,7 @@ digest_auth_check_all (struct MHD_Connection *connection,
1213 header value. */ 1213 header value. */
1214 return MHD_NO; 1214 return MHD_NO;
1215 } 1215 }
1216 if (TIMESTAMP_CHARS_LEN != 1216 if (! get_nonce_timestamp (nonce, nonce_len, &nonce_time))
1217 MHD_strx_to_uint64_n_ (nonce + len - TIMESTAMP_CHARS_LEN,
1218 TIMESTAMP_CHARS_LEN,
1219 &nonce_time))
1220 { 1217 {
1221#ifdef HAVE_MESSAGES 1218#ifdef HAVE_MESSAGES
1222 MHD_DLOG (daemon, 1219 MHD_DLOG (daemon,