diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2007-08-22 10:56:52 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2007-08-22 10:56:52 +0000 |
| commit | be05b703a294dfdfe99cf2a7de0191f33dd6c9d8 (patch) | |
| tree | ff34bf3743bcd9a30dfe17fbab127c07c2a00a6d /bind-9.4-tsig-init.patch | |
| parent | 2fa0ead86dc1b8036db888f8c8ff16859a0e3fa4 (diff) | |
- 9.4.2b1bind-9_4_2-0_1_b1_fc7
- dropped patches
- bind-bsdcompat (upstream)
- bind-9.4-tsig-init (upstream)
- bind-9.3.3rc2-dbus (obsoleted by bind-9.4-dbus.patch)
- bind-9.4.0-dbus-race-condition.patch (upstream)
- bind-9.3.4-sdb-sqlite-src.patch (upstream)
Diffstat (limited to 'bind-9.4-tsig-init.patch')
| -rw-r--r-- | bind-9.4-tsig-init.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/bind-9.4-tsig-init.patch b/bind-9.4-tsig-init.patch deleted file mode 100644 index 5959d61..0000000 --- a/bind-9.4-tsig-init.patch +++ /dev/null @@ -1,21 +0,0 @@ -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; |
