2879. [contrib] DLZ bdbhpt driver fails to close correct cursor.
[RT #21106]
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user