From: Mark Andrews Date: Fri, 14 Jan 2011 00:33:32 +0000 (+0000) Subject: explicit initialisation X-Git-Tag: v9.8.0-P1~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c18cb2e9ad241494b77df852a6f07638c25570a;p=thirdparty%2Fbind9.git explicit initialisation --- diff --git a/lib/dns/ecdb.c b/lib/dns/ecdb.c index 1bb4d7f2c3c..74f004277ae 100644 --- a/lib/dns/ecdb.c +++ b/lib/dns/ecdb.c @@ -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