Commit 79cdf3a4 authored by Garrett Rooney's avatar Garrett Rooney
Browse files

Oops, missed one thing I wanted to fix...

* support/fcgistarter.c
  (main): Give the usage message if we get a bogus port argument.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/fcgi-proxy-dev@383415 13f79535-47bb-0310-9956-ffa450edef68
parent d38db3ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ int main(int argc, const char *argv[])
            case 'p':
                port = atoi(arg);
                if (! port) {
                    /* XXX error message */
                    usage();
                }
                break;