From 31c3dad85142eac32d441f0f1140eda9884d7774 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 27 Jun 2010 16:57:55 +0200 Subject: remove recently added erroneous _and_die() Signed-off-by: Denys Vlasenko --- 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 bab7b99cb..8ad7e88b1 100644 --- a/networking/httpd.c +++ b/networking/httpd.c @@ -1474,7 +1474,7 @@ static void send_cgi_and_exit( * in the current directory */ execv(argv[0], argv); if (verbose) - bb_perror_msg_and_die("can't execute '%s'", argv[0]); + bb_perror_msg("can't execute '%s'", argv[0]); error_execing_cgi: /* send to stdout * (we are CGI here, our stdout is pumped to the net) */ -- cgit v1.2.3