summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Brown2006-08-15 00:42:56 +0200
committerMichael Brown2006-08-15 00:42:56 +0200
commitdd59181a0a055eac10b092fded62ac1ee59220a6 (patch)
tree1fda7f6a27856d6547e83935285e8dddb97ff161 /src
parentKill off poll_interruptions(); it is lethal when we're acting as a PXE (diff)
downloadipxe-dd59181a0a055eac10b092fded62ac1ee59220a6.tar.gz
ipxe-dd59181a0a055eac10b092fded62ac1ee59220a6.tar.xz
ipxe-dd59181a0a055eac10b092fded62ac1ee59220a6.zip
Removed DNS from the default configuration; it hasn't been updated to
the new UDP API yet.
Diffstat (limited to 'src')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index ac15f7794..f7980545e 100644
--- a/src/config.h
+++ b/src/config.h
@@ -85,7 +85,7 @@
*
*/
-#define DNS_RESOLVER /* DNS resolver */
+#undef DNS_RESOLVER /* DNS resolver */
#undef NMB_RESOLVER /* NMB resolver */
/* @END general.h */