summaryrefslogtreecommitdiff
path: root/networking/httpd.c
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-06-10 17:22:49 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-06-10 17:22:49 +0000
commit24833430bc2dbea733c3b0b9ea6c6b976f95474a (patch)
tree805a4197b8a0d36eaa6880dfc23d8c2539359fe9 /networking/httpd.c
parent6c43f743a3f607f91ee22a53db880fce2df645f0 (diff)
downloadbusybox-w32-24833430bc2dbea733c3b0b9ea6c6b976f95474a.tar.gz
busybox-w32-24833430bc2dbea733c3b0b9ea6c6b976f95474a.tar.bz2
busybox-w32-24833430bc2dbea733c3b0b9ea6c6b976f95474a.zip
Vodz, last_patch_88
Diffstat (limited to 'networking/httpd.c')
-rw-r--r--networking/httpd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/httpd.c b/networking/httpd.c
index ef8263b99..43b489fac 100644
--- a/networking/httpd.c
+++ b/networking/httpd.c
@@ -402,6 +402,7 @@ static void parse_conf(const char *path, int flag)
402 402
403 /* free previous ip setup if present */ 403 /* free previous ip setup if present */
404 free_config_lines(&config->ip_a_d); 404 free_config_lines(&config->ip_a_d);
405 config->flg_deny_all = 0;
405 /* retain previous auth and mime config only for subdir parse */ 406 /* retain previous auth and mime config only for subdir parse */
406 if(flag != SUBDIR_PARSE) { 407 if(flag != SUBDIR_PARSE) {
407#ifdef CONFIG_FEATURE_HTTPD_BASIC_AUTH 408#ifdef CONFIG_FEATURE_HTTPD_BASIC_AUTH