From dd593e6c18d94d8892b991267b33e9feadd1b0ef Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Thu, 30 Jun 2016 19:01:41 +0000 Subject: [PATCH] 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 --- support/ab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1