diff options
| author | Michael Brown | 2006-08-15 00:42:56 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-08-15 00:42:56 +0200 |
| commit | dd59181a0a055eac10b092fded62ac1ee59220a6 (patch) | |
| tree | 1fda7f6a27856d6547e83935285e8dddb97ff161 /src | |
| parent | Kill off poll_interruptions(); it is lethal when we're acting as a PXE (diff) | |
| download | ipxe-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.h | 2 |
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 */ |
