mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-28 06:50:24 -04:00
2879. [contrib] DLZ bdbhpt driver fails to close correct cursor.
[RT #21106]
This commit is contained in:
parent
de4bdd3877
commit
68f43ece17
2 changed files with 4 additions and 1 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
2879. [contrib] DLZ bdbhpt driver fails to close correct cursor.
|
||||
[RT #21106]
|
||||
|
||||
2877. [bug] The validator failed to skip obviously mismatching
|
||||
RRSIGs. [RT #21138]
|
||||
|
||||
|
|
|
|||
|
|
@ -442,7 +442,7 @@ bdbhpt_allnodes(const char *zone, void *driverarg, void *dbdata,
|
|||
xfr_cursor->c_close(xfr_cursor);
|
||||
|
||||
if (dns_cursor != NULL)
|
||||
dns_cursor->c_close(xfr_cursor);
|
||||
dns_cursor->c_close(dns_cursor);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue