summaryrefslogtreecommitdiffstats
path: root/bind96-rh507469.patch
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2010-03-12 07:14:01 +0000
committerAdam Tkac <atkac@fedoraproject.org>2010-03-12 07:14:01 +0000
commitd64ed1f6ef3b0b73e4f4c241e44d463ecfe289d6 (patch)
tree3276b52522af3dcf3a273af0c31e43e8ff7f618f /bind96-rh507469.patch
parent08e42573b0b71f388ed962ac6d700ee90a848a1e (diff)
- update to 9.6.2bind-9_6_2-1_fc12
- patches merged - bind-96-db_unregister.patch - bind96-rh507469.patch
Diffstat (limited to 'bind96-rh507469.patch')
-rw-r--r--bind96-rh507469.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/bind96-rh507469.patch b/bind96-rh507469.patch
deleted file mode 100644
index 84719fa..0000000
--- a/bind96-rh507469.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -up bind-9.6.1/bin/dig/dighost.c.rh507469 bind-9.6.1/bin/dig/dighost.c
---- bind-9.6.1/bin/dig/dighost.c.rh507469 2009-06-23 15:52:08.974779538 +0200
-+++ bind-9.6.1/bin/dig/dighost.c 2009-06-23 15:54:19.934977907 +0200
-@@ -1064,7 +1064,9 @@ setup_system(void) {
- debug("ndots is %d.", ndots);
- }
-
-- copy_server_list(lwconf, &server_list);
-+ /* If user doesn't specify server use nameservers from resolv.conf */
-+ if (ISC_LIST_EMPTY(server_list))
-+ copy_server_list(lwconf, &server_list);
-
- /* If we don't find a nameserver fall back to localhost */
- if (ISC_LIST_EMPTY(server_list)) {