From d11ada13762a366f6eb28f3e783e995f9196c7f2 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 22 Dec 2017 08:43:49 +1100 Subject: [PATCH] add POST(argv); and POST(argc); --- bin/tests/system/pipelined/pipequeries.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/tests/system/pipelined/pipequeries.c b/bin/tests/system/pipelined/pipequeries.c index 38887ea8a2..508f0b549a 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();