2879. [contrib] DLZ bdbhpt driver fails to close correct cursor.

[RT #21106]
This commit is contained in:
Mark Andrews
2010-05-05 12:42:16 +00:00
parent de4bdd3877
commit 68f43ece17
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -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]
+1 -1
View File
@@ -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;
}