diff options
Diffstat (limited to 'networking/httpd.c')
-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 072714435..c837d67ad 100644 --- a/networking/httpd.c +++ b/networking/httpd.c | |||
@@ -1975,7 +1975,7 @@ int httpd_main(int argc, char **argv) | |||
1975 | /* We do not "absolutize" path given by -h (home) opt. | 1975 | /* We do not "absolutize" path given by -h (home) opt. |
1976 | * If user gives relative path in -h, $SCRIPT_FILENAME can end up | 1976 | * If user gives relative path in -h, $SCRIPT_FILENAME can end up |
1977 | * relative too. */ | 1977 | * relative too. */ |
1978 | opt = getopt32(argc, argv, "c:d:h:" | 1978 | opt = getopt32(argv, "c:d:h:" |
1979 | USE_FEATURE_HTTPD_ENCODE_URL_STR("e:") | 1979 | USE_FEATURE_HTTPD_ENCODE_URL_STR("e:") |
1980 | USE_FEATURE_HTTPD_BASIC_AUTH("r:") | 1980 | USE_FEATURE_HTTPD_BASIC_AUTH("r:") |
1981 | USE_FEATURE_HTTPD_AUTH_MD5("m:") | 1981 | USE_FEATURE_HTTPD_AUTH_MD5("m:") |