summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/config.c b/src/core/config.c
index 71f656cf3..20d8fa042 100644
--- a/src/core/config.c
+++ b/src/core/config.c
@@ -175,5 +175,5 @@ REQUIRE_OBJECT ( relocate );
*
*/
#ifdef DNS_RESOLVER
-REQUIRE_OBJECT ( dns_resolver );
+REQUIRE_OBJECT ( dns );
#endif