Christian Grothoff пре 12 година
родитељ
комит
5534659f20
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/microhttpd/digestauth.c

+ 2 - 2
src/microhttpd/digestauth.c

@@ -630,8 +630,8 @@ MHD_digest_auth_check (struct MHD_Connection *connection,
     nonce_time = strtoul (nonce + len - 8, (char **)NULL, 16);
     nonce_time = strtoul (nonce + len - 8, (char **)NULL, 16);
     t = (uint32_t) MHD_monotonic_time();
     t = (uint32_t) MHD_monotonic_time();
     /*
     /*
-     * First level vetting for the nonce validity if the timestamp
-     * attached to the nonce exceeds `nonce_timeout' then the nonce is
+     * First level vetting for the nonce validity: if the timestamp
+     * attached to the nonce exceeds `nonce_timeout', then the nonce is
      * invalid.
      * invalid.
      */
      */
     if ( (t > nonce_time + nonce_timeout) ||
     if ( (t > nonce_time + nonce_timeout) ||