mirror of
https://github.com/apache/httpd.git
synced 2025-08-13 14:40:20 +00:00
ab: follow up to r1750854: put the -I at the right place for apr_getopt().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1750855 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -2285,7 +2285,7 @@ int main(int argc, const char * const argv[])
|
||||
myhost = NULL; /* 0.0.0.0 or :: */
|
||||
|
||||
apr_getopt_init(&opt, cntxt, argc, argv);
|
||||
while ((status = apr_getopt(opt, "n:c:t:s:b:T:p:u:v:lrkVhwixI:y:z:C:H:P:A:g:X:de:SqB:m:"
|
||||
while ((status = apr_getopt(opt, "n:c:t:s:b:T:p:u:v:lrkVhwiIx:y:z:C:H:P:A:g:X:de:SqB:m:"
|
||||
#ifdef USE_SSL
|
||||
"Z:f:"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user