From: William A. Rowe Jr Date: Thu, 29 Nov 2001 07:30:49 +0000 (+0000) Subject: Finish undoing that last patch... previous commit simply cleaned it up, X-Git-Tag: 2.0.30~334 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=259c861166282402316c4d8bda7923652edbf890;p=apache 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 --- 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);