aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/digestauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/digestauth.c')
-rw-r--r--src/daemon/digestauth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/digestauth.c b/src/daemon/digestauth.c
index 11c3daa9..f607debb 100644
--- a/src/daemon/digestauth.c
+++ b/src/daemon/digestauth.c
@@ -297,7 +297,7 @@ MHD_digest_auth_get_username(struct MHD_Connection *connection)
297 return NULL; 297 return NULL;
298 if (strncmp(header, _BASE, strlen(_BASE)) != 0) 298 if (strncmp(header, _BASE, strlen(_BASE)) != 0)
299 return NULL; 299 return NULL;
300 300 header += strlen (_BASE);
301 len = lookup_sub_value(user, 301 len = lookup_sub_value(user,
302 sizeof (user), 302 sizeof (user),
303 header, 303 header,