diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2007-04-11 15:57:47 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2007-04-11 15:57:47 +0000 |
| commit | 24bf8edbd38224469a207c40c5610d425bccebca (patch) | |
| tree | 58e2fdaec69e20a7f7bdd5d6e23a564b5a6ec972 | |
| parent | 3ae660a68b1bb1d57d72902c44ef02e0c28f0322 (diff) | |
| download | bind-24bf8edbd38224469a207c40c5610d425bccebca.tar.gz bind-24bf8edbd38224469a207c40c5610d425bccebca.tar.xz bind-24bf8edbd38224469a207c40c5610d425bccebca.zip | |
forgot add patch file :)bind-9_4_0-5_fc7
| -rw-r--r-- | bind-9.4.0-dnssec-directory.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bind-9.4.0-dnssec-directory.patch b/bind-9.4.0-dnssec-directory.patch new file mode 100644 index 0000000..b6169ed --- /dev/null +++ b/bind-9.4.0-dnssec-directory.patch @@ -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) |
