From: Yann Ylavic Date: Thu, 30 Jun 2016 19:01:41 +0000 (+0000) Subject: ab: follow up to r1750854: put the -I at the right place for apr_getopt(). X-Git-Tag: 2.5.0-alpha~1438 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd593e6c18d94d8892b991267b33e9feadd1b0ef;p=apache 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 --- diff --git a/support/ab.c b/support/ab.c index 61294a82d7..291ec87bf9 100644 --- a/support/ab.c +++ b/support/ab.c @@ -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