summaryrefslogtreecommitdiffstats
path: root/src/core/config.c
diff options
context:
space:
mode:
authorMichael Brown2005-04-30 16:49:41 +0200
committerMichael Brown2005-04-30 16:49:41 +0200
commitd817e60d210a4380b5a1feea36bf6982c9602285 (patch)
tree42dcdc3e064e95c44bd3b0ab3029faff29cbecdb /src/core/config.c
parenttftp functions moved to proto/tftp.c (diff)
downloadipxe-d817e60d210a4380b5a1feea36bf6982c9602285.tar.gz
ipxe-d817e60d210a4380b5a1feea36bf6982c9602285.tar.xz
ipxe-d817e60d210a4380b5a1feea36bf6982c9602285.zip
"dns_resolver" changed to "dns"
Diffstat (limited to 'src/core/config.c')
-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 71f656cf..20d8fa04 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