]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
ISC_TRUE, not 1 -- pullup from Andreas
authorMichael Graff <mgraff@isc.org>
Tue, 12 Sep 2000 23:07:03 +0000 (23:07 +0000)
committerMichael Graff <mgraff@isc.org>
Tue, 12 Sep 2000 23:07:03 +0000 (23:07 +0000)
bin/dig/dig.c

index a4367e382796280b9ff5e70a9a21b58c722c239b..d8618499e6fecd1a1469b0d80a576082adcdacd1 100644 (file)
@@ -15,7 +15,7 @@
  * SOFTWARE.
  */
 
-/* $Id: dig.c,v 1.51.2.6 2000/08/15 01:16:35 gson Exp $ */
+/* $Id: dig.c,v 1.51.2.7 2000/09/12 23:07:03 explorer Exp $ */
 
 #include <config.h>
 #include <stdlib.h>
@@ -1011,7 +1011,7 @@ parse_args(isc_boolean_t is_batchfile, int argc, char **argv) {
                        show_usage();
                        exit(exitcode);
                } else if (strcmp(rv[0], "-memdebug") == 0) {
-                       isc_mem_debugging = 1;
+                       isc_mem_debugging = ISC_TRUE;
                } else if (strcmp(rv[0], "-debug") == 0) {
                        debugging = ISC_TRUE;
                } else if (strncmp(rv[0], "-x", 2) == 0) {