gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r37036 - libmicrohttpd/src/microhttpd
Date: Tue, 12 Apr 2016 23:52:36 +0200

Author: Karlson2k
Date: 2016-04-12 23:52:36 +0200 (Tue, 12 Apr 2016)
New Revision: 37036

Modified:
   libmicrohttpd/src/microhttpd/digestauth.c
Log:
digestauth.c: removed unused variable

Modified: libmicrohttpd/src/microhttpd/digestauth.c
===================================================================
--- libmicrohttpd/src/microhttpd/digestauth.c   2016-04-12 21:52:33 UTC (rev 
37035)
+++ libmicrohttpd/src/microhttpd/digestauth.c   2016-04-12 21:52:36 UTC (rev 
37036)
@@ -554,7 +554,6 @@
 {
   size_t len;
   const char *header;
-  char *end;
   char nonce[MAX_NONCE_LENGTH];
   char cnonce[MAX_NONCE_LENGTH];
   char qop[15]; /* auth,auth-int */




reply via email to

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