[BusyBox-cvs] busybox/networking httpd.c,1.18,1.19
Glenn McGrath
bug1 at busybox.net
Mon Oct 6 13:23:09 UTC 2003
Update of /var/cvs/busybox/networking
In directory winder:/tmp/cvs-serv31663/networking
Modified Files:
httpd.c
Log Message:
Vodz last_patch_105 without his xargs patch which doenst apply cleanly
Index: httpd.c
===================================================================
RCS file: /var/cvs/busybox/networking/httpd.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- httpd.c 3 Oct 2003 10:50:56 -0000 1.18
+++ httpd.c 6 Oct 2003 13:23:06 -0000 1.19
@@ -1452,7 +1452,9 @@
}
#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;
More information about the busybox-cvs
mailing list