summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns/bind/files/bind-dlzbdb-close_cursor.patch')
-rw-r--r--net-dns/bind/files/bind-dlzbdb-close_cursor.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-dns/bind/files/bind-dlzbdb-close_cursor.patch b/net-dns/bind/files/bind-dlzbdb-close_cursor.patch
new file mode 100644
index 000000000000..5eb8c122290d
--- /dev/null
+++ b/net-dns/bind/files/bind-dlzbdb-close_cursor.patch
@@ -0,0 +1,11 @@
+--- bin/named/dlz_bdbhpt_driver.c Thu May 4 13:13:20 2006
++++ bin/named/dlz_bdbhpt_driver.c Thu May 4 13:27:05 2006
+@@ -462,7 +462,7 @@
+ xfr_cursor->c_close(xfr_cursor);
+
+ if(dns_cursor != NULL)
+- dns_cursor->c_close(xfr_cursor);
++ dns_cursor->c_close(dns_cursor);
+
+ return result;
+ }