]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add null methods
authorMark Andrews <marka@isc.org>
Tue, 11 Oct 2011 13:33:45 +0000 (13:33 +0000)
committerMark Andrews <marka@isc.org>
Tue, 11 Oct 2011 13:33:45 +0000 (13:33 +0000)
lib/dns/ecdb.c

index dba61860a4c9f78564078d7f35e2a46c8df8fa41..d71c4503b28b958ba5fbc7f4f01cce6a800af05b 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: ecdb.c,v 1.8 2011/01/14 00:51:43 tbox Exp $ */
+/* $Id: ecdb.c,v 1.9 2011/10/11 13:33:45 marka Exp $ */
 
 #include "config.h"
 
@@ -580,7 +580,9 @@ static dns_dbmethods_t ecdb_methods = {
        NULL,                   /* isdnssec */
        NULL,                   /* getrrsetstats */
        NULL,                   /* rpz_enabled */
-       NULL                    /* rpz_findips */
+       NULL,                   /* rpz_findips */
+       NULL,                   /* findnodeext */
+       NULL                    /* findext */
 };
 
 static isc_result_t