From 9d1a33c6904846b0518d3b260900784aa3c5c754 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Mon, 6 Oct 2003 13:23:06 +0000 Subject: Vodz last_patch_105 without his xargs patch which doenst apply cleanly --- networking/httpd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'networking/httpd.c') diff --git a/networking/httpd.c b/networking/httpd.c index e5ad7f65e..ba65e1361 100644 --- a/networking/httpd.c +++ b/networking/httpd.c @@ -1452,7 +1452,9 @@ static int checkPerm(const char *path, const char *request) } #endif if (strcmp(p, request) == 0) { +#ifdef CONFIG_FEATURE_HTTPD_AUTH_MD5 set_remoteuser_var: +#endif config->remoteuser = strdup(request); if(config->remoteuser) config->remoteuser[(u - request)] = 0; -- cgit v1.2.3