blob: 4b49ce8a838fe153f90130424d5ede2ed68d78ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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();
|