소스 검색

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…
취소
저장