libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 4f372879cc1273fd87ad346ccc31b7086ac65fcc
parent 28eb5fb45325a1545ffc1b4fe3f574e8220d60c0
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  4 Sep 2010 19:48:23 +0000

skip base

Diffstat:
Msrc/daemon/digestauth.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/daemon/digestauth.c b/src/daemon/digestauth.c @@ -297,7 +297,7 @@ MHD_digest_auth_get_username(struct MHD_Connection *connection) return NULL; if (strncmp(header, _BASE, strlen(_BASE)) != 0) return NULL; - + header += strlen (_BASE); len = lookup_sub_value(user, sizeof (user), header,