From 5d499e1600e2fd627fba035faf3cb78f6333dcde Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 29 Oct 2006 19:07:01 +0000 Subject: find: a lot more compliant to 'standard' find (we were not respecting order of actions!). Add -o and -a handling. --- networking/httpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/httpd.c') diff --git a/networking/httpd.c b/networking/httpd.c index e927c955f..b982cb12f 100644 --- a/networking/httpd.c +++ b/networking/httpd.c @@ -391,7 +391,7 @@ static void parse_conf(const char *path, int flag) FILE *f; #if ENABLE_FEATURE_HTTPD_BASIC_AUTH Htaccess *prev, *cur; -#elif CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES +#elif ENABLE_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES Htaccess *cur; #endif -- cgit v1.2.3