From cfa9eb58c61ce17c0f84d57834b040dfa6c72aea Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Thu, 29 Nov 2001 07:30:49 +0000 Subject: [PATCH] Finish undoing that last patch... previous commit simply cleaned it up, I was working with an unsaved verison when I pushed the button. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92246 13f79535-47bb-0310-9956-ffa450edef68 --- server/main.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/server/main.c b/server/main.c index e31bb0ebf3..b2ffbb4f07 100644 --- a/server/main.c +++ b/server/main.c @@ -379,14 +379,6 @@ int main(int argc, const char * const argv[]) usage(process); } - /* 'extra' argument ignored? then we die */ - if (opt->ind < opt->argc) { - ap_log_error(APLOG_MARK, APLOG_STARTUP | APLOG_NOERRNO, 0, NULL, - "%s: Unused argument -- %s\n", - apr_filename_of_pathname(argv[0]), opt->argv[opt->ind]); - usage(process); - } - apr_pool_create(&plog, pglobal); apr_pool_create(&ptemp, pconf); -- 2.50.1