]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add POST
authorMark Andrews <marka@isc.org>
Sun, 28 Aug 2011 23:46:51 +0000 (23:46 +0000)
committerMark Andrews <marka@isc.org>
Sun, 28 Aug 2011 23:46:51 +0000 (23:46 +0000)
bin/tests/log_test.c

index 1a33c82ecd09c225d1dc80ea8456fe7bc257f905..95d1953e2aac911e63a4dfddaba30cad6c88cf4b 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: log_test.c,v 1.28 2011/01/14 00:51:43 tbox Exp $ */
+/* $Id: log_test.c,v 1.29 2011/08/28 23:46:51 marka Exp $ */
 
 /* Principal Authors: DCL */
 
@@ -27,6 +27,7 @@
 #include <isc/commandline.h>
 #include <isc/mem.h>
 #include <isc/string.h>
+#include <isc/util.h>
 
 #include <dns/log.h>
 
@@ -94,6 +95,7 @@ main(int argc, char **argv) {
 
        argc -= isc_commandline_index;
        argv += isc_commandline_index;
+       POST(argv);
 
        if (argc > 0) {
                fprintf(stderr, usage, progname);