2448. [func] Add NSEC3 support. [RT #15452]
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: nsecify.c,v 1.6 2007/06/19 23:46:59 tbox Exp $ */
|
||||
/* $Id: nsecify.c,v 1.7 2008/09/24 02:46:21 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@@ -154,7 +154,7 @@ nsecify(char *filename) {
|
||||
result = dns_db_newversion(db, &wversion);
|
||||
check_result(result, "dns_db_newversion()");
|
||||
dbiter = NULL;
|
||||
result = dns_db_createiterator(db, ISC_FALSE, &dbiter);
|
||||
result = dns_db_createiterator(db, 0, &dbiter);
|
||||
check_result(result, "dns_db_createiterator()");
|
||||
result = dns_dbiterator_first(dbiter);
|
||||
node = NULL;
|
||||
|
||||
Reference in New Issue
Block a user