2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 15:05:23 +00:00

explicit initialisation

This commit is contained in:
Mark Andrews
2011-01-14 00:33:32 +00:00
parent a4bbf4d7cb
commit 2c18cb2e9a

View File

@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE. * 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" #include "config.h"
@@ -578,7 +578,9 @@ static dns_dbmethods_t ecdb_methods = {
NULL, /* getsigningtime */ NULL, /* getsigningtime */
NULL, /* resigned */ NULL, /* resigned */
NULL, /* isdnssec */ NULL, /* isdnssec */
NULL /* getrrsetstats */ NULL, /* getrrsetstats */
NULL, /* rpz_enabled */
NULL /* rpz_findips */
}; };
static isc_result_t static isc_result_t