gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12842 - libmicrohttpd/src/daemon


From: gnunet
Subject: [GNUnet-SVN] r12842 - libmicrohttpd/src/daemon
Date: Sat, 4 Sep 2010 21:48:23 +0200

Author: grothoff
Date: 2010-09-04 21:48:23 +0200 (Sat, 04 Sep 2010)
New Revision: 12842

Modified:
   libmicrohttpd/src/daemon/digestauth.c
Log:
skip base

Modified: libmicrohttpd/src/daemon/digestauth.c
===================================================================
--- libmicrohttpd/src/daemon/digestauth.c       2010-09-04 19:34:48 UTC (rev 
12841)
+++ libmicrohttpd/src/daemon/digestauth.c       2010-09-04 19:48:23 UTC (rev 
12842)
@@ -297,7 +297,7 @@
     return NULL;
   if (strncmp(header, _BASE, strlen(_BASE)) != 0)
     return NULL;
-
+  header += strlen (_BASE);
   len = lookup_sub_value(user,
                         sizeof (user),
                         header, 




reply via email to

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