mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 16:45:24 +00:00
add null methods
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* 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"
|
#include "config.h"
|
||||||
|
|
||||||
@@ -580,7 +580,9 @@ static dns_dbmethods_t ecdb_methods = {
|
|||||||
NULL, /* isdnssec */
|
NULL, /* isdnssec */
|
||||||
NULL, /* getrrsetstats */
|
NULL, /* getrrsetstats */
|
||||||
NULL, /* rpz_enabled */
|
NULL, /* rpz_enabled */
|
||||||
NULL /* rpz_findips */
|
NULL, /* rpz_findips */
|
||||||
|
NULL, /* findnodeext */
|
||||||
|
NULL /* findext */
|
||||||
};
|
};
|
||||||
|
|
||||||
static isc_result_t
|
static isc_result_t
|
||||||
|
Reference in New Issue
Block a user