]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add POST(argv); and POST(argc);
authorMark Andrews <marka@isc.org>
Thu, 21 Dec 2017 21:43:49 +0000 (08:43 +1100)
committerMark Andrews <marka@isc.org>
Thu, 21 Dec 2017 21:43:49 +0000 (08:43 +1100)
bin/tests/system/pipelined/pipequeries.c

index 38887ea8a23b5f5e904bede48b3d5926a6a5b047..508f0b549ac822c14f2bd4624b561e4547ef5a05 100644 (file)
@@ -222,6 +222,8 @@ main(int argc, char *argv[]) {
                randomfile = argv[2];
                argv += 2;
                argc -= 2;
+               POST(argv);
+               POST(argc);
        }
 
        dns_result_register();