update to 9.7.1-P2
[tridge/bind9.git] / bin / tests / nsecify.c
index 2e055c66d5f6eb7a7e19d1b94d32e0c3daebdeb2..d21b9fdd985eb69966f77f3b8d2d09177da48dff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: nsecify.c,v 1.8 2008/09/25 04:02:38 tbox Exp $ */
+/* $Id: nsecify.c,v 1.10 2009/09/02 23:48:01 tbox Exp $ */
 
 #include <config.h>
 
@@ -139,7 +139,7 @@ nsecify(char *filename) {
        len = strlen(origintext);
        isc_buffer_init(&b, origintext, len);
        isc_buffer_add(&b, len);
-       result = dns_name_fromtext(name, &b, dns_rootname, ISC_FALSE, NULL);
+       result = dns_name_fromtext(name, &b, dns_rootname, 0, NULL);
        check_result(result, "dns_name_fromtext()");
 
        db = NULL;