mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 05:28:00 +00:00
1937. [bug] sdlz doesn't handle RRSIG records. [RT #15564]
This commit is contained in:
parent
185f838667
commit
405ae948cc
2
CHANGES
2
CHANGES
@ -1,3 +1,5 @@
|
||||
1937. [bug] sdlz doesn't handle RRSIG records. [RT #15564]
|
||||
|
||||
1936. [bug] The validator could leak memory. [RT #15544]
|
||||
|
||||
1935. [bug] 'acache' was DO sensitive. [RT #15430]
|
||||
|
@ -50,7 +50,7 @@
|
||||
* USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: sdlz.c,v 1.5 2005/10/13 01:58:32 marka Exp $ */
|
||||
/* $Id: sdlz.c,v 1.6 2005/11/02 23:22:33 marka Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
@ -736,7 +736,7 @@ findrdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version,
|
||||
UNUSED(now);
|
||||
UNUSED(sigrdataset);
|
||||
|
||||
if (type == dns_rdatatype_sig)
|
||||
if (type == dns_rdatatype_sig || type == dns_rdatatype_rrsig)
|
||||
return (ISC_R_NOTIMPLEMENTED);
|
||||
|
||||
list = ISC_LIST_HEAD(sdlznode->lists);
|
||||
|
Loading…
x
Reference in New Issue
Block a user