summaryrefslogtreecommitdiff
path: root/libc/inet
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-02-23 08:19:41 +0000
committerEric Andersen <andersen@codepoet.org>2001-02-23 08:19:41 +0000
commit2e8171b84b69045f1413ce3efdd112328faa6b49 (patch)
tree7c5d136e7bceed82aaab7257cfdec6c52e8503b4 /libc/inet
parentec68a1fa64d8476bf54b1a1937577f3b1769371c (diff)
Sigh. Turn debugging back off.
Diffstat (limited to 'libc/inet')
-rw-r--r--libc/inet/resolv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/resolv.c b/libc/inet/resolv.c
index 9245840ca..38aa9b272 100644
--- a/libc/inet/resolv.c
+++ b/libc/inet/resolv.c
@@ -57,7 +57,7 @@
#define MAX_SERVERS 3
#define MAX_SEARCH 4
-#define DEBUG
+#undef DEBUG
#ifdef DEBUG
static inline void DPRINTF(const char *format, ...)
{