diff options
Diffstat (limited to 'networking/httpd.c')
-rw-r--r-- | networking/httpd.c | 1 |
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 |