]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
explicit initialisation
authorMark Andrews <marka@isc.org>
Fri, 14 Jan 2011 00:33:32 +0000 (00:33 +0000)
committerMark Andrews <marka@isc.org>
Fri, 14 Jan 2011 00:33:32 +0000 (00:33 +0000)
lib/dns/ecdb.c

index 1bb4d7f2c3cd70fa6d480b01eaa013ad0a1c3731..74f004277aeb889d28717f53b8fc46078a0c097a 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: ecdb.c,v 1.6 2010/02/25 05:08:01 tbox Exp $ */
+/* $Id: ecdb.c,v 1.7 2011/01/14 00:33:32 marka Exp $ */
 
 #include "config.h"
 
@@ -578,7 +578,9 @@ static dns_dbmethods_t ecdb_methods = {
        NULL,                   /* getsigningtime */
        NULL,                   /* resigned */
        NULL,                   /* isdnssec */
-       NULL                    /* getrrsetstats */
+       NULL,                   /* getrrsetstats */
+       NULL,                   /* rpz_enabled */
+       NULL                    /* rpz_findips */
 };
 
 static isc_result_t