aboutsummaryrefslogtreecommitdiff
path: root/dns/mydns/files/patch-src::mydns::conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'dns/mydns/files/patch-src::mydns::conf.c')
-rw-r--r--dns/mydns/files/patch-src::mydns::conf.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/dns/mydns/files/patch-src::mydns::conf.c b/dns/mydns/files/patch-src::mydns::conf.c
new file mode 100644
index 000000000000..797c70c7805d
--- /dev/null
+++ b/dns/mydns/files/patch-src::mydns::conf.c
@@ -0,0 +1,11 @@
+--- src/mydns/conf.c.orig Fri Nov 28 12:04:45 2003
++++ src/mydns/conf.c Fri Nov 28 12:04:58 2003
+@@ -351,7 +351,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));
+ }
+ /*--- load_config() -----------------------------------------------------------------------------*/
+