]> granicus.if.org Git - apache/commitdiff
Finish undoing that last patch... previous commit simply cleaned it up,
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 29 Nov 2001 07:30:49 +0000 (07:30 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 29 Nov 2001 07:30:49 +0000 (07:30 +0000)
  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

index e31bb0ebf3f38e16d1b4649a3423eb91d242702f..b2ffbb4f07ed96f9085db542a46e429750c025d0 100644 (file)
@@ -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);