aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/gen_auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/gen_auth.c')
-rw-r--r--src/microhttpd/gen_auth.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/microhttpd/gen_auth.c b/src/microhttpd/gen_auth.c
index e993fb20..0246a114 100644
--- a/src/microhttpd/gen_auth.c
+++ b/src/microhttpd/gen_auth.c
@@ -298,7 +298,10 @@ parse_dauth_params (const char *str,
298 param_str = buf; 298 param_str = buf;
299 } 299 }
300 else 300 else
301 {
301 param_len = 0; 302 param_len = 0;
303 param_str = NULL; /* Actually not used */
304 }
302 } 305 }
303 if ((param_len == 4) && MHD_str_equal_caseless_bin_n_ (param_str, "true", 306 if ((param_len == 4) && MHD_str_equal_caseless_bin_n_ (param_str, "true",
304 4)) 307 4))