mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-17 00:44:16 -04:00
2879. [contrib] DLZ bdbhpt driver fails to close correct cursor.
[RT #21106]
This commit is contained in:
parent
a6e12d97a4
commit
bb9298e008
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]
|
||||
|
||||
2878. [func] Incrementally write the master file after performing
|
||||
a AXFR. [RT #21010]
|
||||
|
||||
|
|
|
|||
|
|
@ -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