forgot add patch file :)
This commit is contained in:
parent
3ae660a68b
commit
24bf8edbd3
13
bind-9.4.0-dnssec-directory.patch
Normal file
13
bind-9.4.0-dnssec-directory.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
--- bind-9.4.0/bin/dnssec/dnssec-signzone.c.directory 2007-04-11 15:42:56.000000000 +0200
|
||||||
|
+++ bind-9.4.0/bin/dnssec/dnssec-signzone.c 2007-04-11 15:43:23.000000000 +0200
|
||||||
|
@@ -1470,8 +1470,8 @@
|
||||||
|
fatal("failed to find the zone's origin: %s",
|
||||||
|
isc_result_totext(result));
|
||||||
|
|
||||||
|
- result = dns_dnssec_findzonekeys(db, currentversion, node, gorigin,
|
||||||
|
- mctx, 20, keys, &nkeys);
|
||||||
|
+ result = dns_dnssec_findzonekeys2(db, currentversion, node, gorigin,
|
||||||
|
+ directory, mctx, 20, keys, &nkeys);
|
||||||
|
if (result == ISC_R_NOTFOUND)
|
||||||
|
result = ISC_R_SUCCESS;
|
||||||
|
if (result != ISC_R_SUCCESS)
|
Loading…
Reference in New Issue
Block a user