diff options
| author | Michael Brown | 2005-04-30 16:49:41 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-04-30 16:49:41 +0200 |
| commit | d817e60d210a4380b5a1feea36bf6982c9602285 (patch) | |
| tree | 42dcdc3e064e95c44bd3b0ab3029faff29cbecdb /src/core | |
| parent | tftp functions moved to proto/tftp.c (diff) | |
| download | ipxe-d817e60d210a4380b5a1feea36bf6982c9602285.tar.gz ipxe-d817e60d210a4380b5a1feea36bf6982c9602285.tar.xz ipxe-d817e60d210a4380b5a1feea36bf6982c9602285.zip | |
"dns_resolver" changed to "dns"
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/config.c | 2 |
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 |
