瀏覽代碼

Removed DNS from the default configuration; it hasn't been updated to

the new UDP API yet.
tags/v0.9.3
Michael Brown 18 年之前
父節點
當前提交
dd59181a0a
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/config.h

+ 1
- 1
src/config.h 查看文件

@@ -85,7 +85,7 @@
85 85
  *
86 86
  */
87 87
 
88
-#define	DNS_RESOLVER		/* DNS resolver */
88
+#undef	DNS_RESOLVER		/* DNS resolver */
89 89
 #undef	NMB_RESOLVER		/* NMB resolver */
90 90
 
91 91
 /* @END general.h */

Loading…
取消
儲存