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 c8fbefd5a..06a5a56bc 100644 --- a/networking/httpd.c +++ b/networking/httpd.c | |||
@@ -504,7 +504,7 @@ static void parse_conf(const char *path, int flag) | |||
504 | return; | 504 | return; |
505 | } | 505 | } |
506 | if (configFile && flag == FIRST_PARSE) /* if -c option given */ | 506 | if (configFile && flag == FIRST_PARSE) /* if -c option given */ |
507 | bb_perror_msg_and_die("%s", cf); | 507 | bb_simple_perror_msg_and_die(cf); |
508 | flag = FIND_FROM_HTTPD_ROOT; | 508 | flag = FIND_FROM_HTTPD_ROOT; |
509 | cf = httpd_conf; | 509 | cf = httpd_conf; |
510 | } | 510 | } |