diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-29 19:07:01 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-29 19:07:01 +0000 |
commit | 5d499e1600e2fd627fba035faf3cb78f6333dcde (patch) | |
tree | 52f5401ce1e1ee881aaa656ce94764a92fad7609 /networking | |
parent | e2fb719ba3463955f349ce63228981943f00bfaa (diff) | |
download | busybox-5d499e1600e2fd627fba035faf3cb78f6333dcde.tar.gz |
find: a lot more compliant to 'standard' find
(we were not respecting order of actions!).
Add -o and -a handling.
Diffstat (limited to 'networking')
-rw-r--r-- | networking/httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |