From: Mark Andrews Date: Thu, 21 Dec 2017 21:43:49 +0000 (+1100) Subject: add POST(argv); and POST(argc); X-Git-Tag: v9.13.0~326 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=d11ada13762a366f6eb28f3e783e995f9196c7f2;p=thirdparty%2Fbind9.git add POST(argv); and POST(argc); --- diff --git a/bin/tests/system/pipelined/pipequeries.c b/bin/tests/system/pipelined/pipequeries.c index 38887ea8a23..508f0b549ac 100644 --- a/bin/tests/system/pipelined/pipequeries.c +++ b/bin/tests/system/pipelined/pipequeries.c @@ -222,6 +222,8 @@ main(int argc, char *argv[]) { randomfile = argv[2]; argv += 2; argc -= 2; + POST(argv); + POST(argc); } dns_result_register();