From: Mark Andrews Date: Tue, 20 Jan 2004 14:21:14 +0000 (+0000) Subject: explicitly set last two elements to NULL X-Git-Tag: v9.2.4rc1~81^2~21 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=7ac0df532272d803c3f72ff7a109587e92622f5a;p=thirdparty%2Fbind9.git explicitly set last two elements to NULL --- diff --git a/lib/dns/ncache.c b/lib/dns/ncache.c index 88c21c76978..1d38207512a 100644 --- a/lib/dns/ncache.c +++ b/lib/dns/ncache.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ncache.c,v 1.34 2003/09/30 05:56:12 marka Exp $ */ +/* $Id: ncache.c,v 1.35 2004/01/20 14:21:14 marka Exp $ */ #include @@ -471,7 +471,9 @@ static dns_rdatasetmethods_t rdataset_methods = { rdataset_next, rdataset_current, rdataset_clone, - rdataset_count + rdataset_count, + NULL, + NULL }; isc_result_t