http://git.etherboot.org
/
people
/
indolent
/
gpxe.git
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
167c26c
)
"dns_resolver" changed to "dns"
author
Michael Brown
<mcb30@etherboot.org>
Sat, 30 Apr 2005 14:49:41 +0000
(14:49 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Sat, 30 Apr 2005 14:49:41 +0000
(14:49 +0000)
src/core/config.c
patch
|
blob
|
history
diff --git
a/src/core/config.c
b/src/core/config.c
index
71f656c
..
20d8fa0
100644
(file)
--- 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