diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2007-07-26 15:50:56 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2007-07-26 15:50:56 +0000 |
| commit | 8850b7609577afcee2e595392037b4a3348ba996 (patch) | |
| tree | 4f143278e3f80ec0b31165bfd6e718525d77d802 /bind-9.4-tsig-init.patch | |
| parent | d7d63fa1ad8b1b78a726d16f8f97415408054098 (diff) | |
- backported patch to #249701 from BIND's HEADbind-9_4_1-8_P1_fc7
Diffstat (limited to 'bind-9.4-tsig-init.patch')
| -rw-r--r-- | bind-9.4-tsig-init.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/bind-9.4-tsig-init.patch b/bind-9.4-tsig-init.patch new file mode 100644 index 0000000..5959d61 --- /dev/null +++ b/bind-9.4-tsig-init.patch @@ -0,0 +1,21 @@ +diff -up bind-9.4.1-P1/bin/named/client.c.tsig-init bind-9.4.1-P1/bin/named/client.c +--- bind-9.4.1-P1/bin/named/client.c.tsig-init 2007-06-26 04:58:54.000000000 +0200 ++++ bind-9.4.1-P1/bin/named/client.c 2007-07-26 17:45:43.000000000 +0200 +@@ -1226,7 +1226,8 @@ ns_client_isself(dns_view_t *myview, dns + dns_rdataclass_t rdclass, void *arg) + { + dns_view_t *view; +- dns_tsigkey_t *key; ++ dns_tsigkey_t *key = NULL; ++ dns_name_t *tsig = NULL; + isc_netaddr_t netsrc; + isc_netaddr_t netdst; + +@@ -1241,7 +1242,6 @@ ns_client_isself(dns_view_t *myview, dns + for (view = ISC_LIST_HEAD(ns_g_server->viewlist); + view != NULL; + view = ISC_LIST_NEXT(view, link)) { +- dns_name_t *tsig = NULL; + + if (view->matchrecursiveonly) + continue; |
