diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2001-11-29 08:30:49 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2001-11-29 08:30:49 +0100 |
commit | 259c861166282402316c4d8bda7923652edbf890 (patch) | |
tree | 4fcb4618915a8a67ee307cb3ba00366eab8d85b9 /server/main.c | |
parent | get rid of warning introduced by previous patch (diff) | |
download | apache2-259c861166282402316c4d8bda7923652edbf890.tar.xz apache2-259c861166282402316c4d8bda7923652edbf890.zip |
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
Diffstat (limited to 'server/main.c')
-rw-r--r-- | server/main.c | 8 |
1 files changed, 0 insertions, 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); |