gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r31882 - libmicrohttpd/src/microhttpd


From: gnunet
Subject: [GNUnet-SVN] r31882 - libmicrohttpd/src/microhttpd
Date: Mon, 13 Jan 2014 16:15:18 +0100

Author: grothoff
Date: 2014-01-13 16:15:18 +0100 (Mon, 13 Jan 2014)
New Revision: 31882

Modified:
   libmicrohttpd/src/microhttpd/digestauth.c
Log:
-grammar

Modified: libmicrohttpd/src/microhttpd/digestauth.c
===================================================================
--- libmicrohttpd/src/microhttpd/digestauth.c   2014-01-13 08:39:44 UTC (rev 
31881)
+++ libmicrohttpd/src/microhttpd/digestauth.c   2014-01-13 15:15:18 UTC (rev 
31882)
@@ -630,8 +630,8 @@
     nonce_time = strtoul (nonce + len - 8, (char **)NULL, 16);
     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.
      */
     if ( (t > nonce_time + nonce_timeout) ||




reply via email to

[Prev in Thread] Current Thread [Next in Thread]