summaryrefslogtreecommitdiff
path: root/dns/mydns-ng/files/patch-src::mydns::conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'dns/mydns-ng/files/patch-src::mydns::conf.c')
-rw-r--r--dns/mydns-ng/files/patch-src::mydns::conf.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/dns/mydns-ng/files/patch-src::mydns::conf.c b/dns/mydns-ng/files/patch-src::mydns::conf.c
deleted file mode 100644
index 4b49ce8a838f..000000000000
--- a/dns/mydns-ng/files/patch-src::mydns::conf.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/mydns/conf.c.orig Fri Dec 12 06:02:22 2003
-+++ src/mydns/conf.c Tue Dec 16 08:16:03 2003
-@@ -429,7 +429,7 @@
-
- /* Set additional where clauses if provided */
- mydns_set_soa_where_clause(conf_get(&Conf, "soa-where", NULL));
-- mydns_set_rr_where_clause(conf_get(&Conf, "soa-where", NULL));
-+ mydns_set_rr_where_clause(conf_get(&Conf, "rr-where", NULL));
-
- /* Set recursive server if specified */
- conf_set_recursive();