diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-10-06 13:23:06 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-10-06 13:23:06 +0000 |
commit | 9d1a33c6904846b0518d3b260900784aa3c5c754 (patch) | |
tree | e3129e67f53adeb991ce768352e238824607181e /networking/httpd.c | |
parent | add3eadc4691a1870980abb925a7424e13fde344 (diff) | |
download | busybox-w32-9d1a33c6904846b0518d3b260900784aa3c5c754.tar.gz busybox-w32-9d1a33c6904846b0518d3b260900784aa3c5c754.tar.bz2 busybox-w32-9d1a33c6904846b0518d3b260900784aa3c5c754.zip |
Vodz last_patch_105 without his xargs patch which doenst apply cleanly
Diffstat (limited to 'networking/httpd.c')
-rw-r--r-- | networking/httpd.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) | |||
1452 | } | 1452 | } |
1453 | #endif | 1453 | #endif |
1454 | if (strcmp(p, request) == 0) { | 1454 | if (strcmp(p, request) == 0) { |
1455 | #ifdef CONFIG_FEATURE_HTTPD_AUTH_MD5 | ||
1455 | set_remoteuser_var: | 1456 | set_remoteuser_var: |
1457 | #endif | ||
1456 | config->remoteuser = strdup(request); | 1458 | config->remoteuser = strdup(request); |
1457 | if(config->remoteuser) | 1459 | if(config->remoteuser) |
1458 | config->remoteuser[(u - request)] = 0; | 1460 | config->remoteuser[(u - request)] = 0; |