aboutsummaryrefslogtreecommitdiff
path: root/net/straw/files/patch-src::lib::LookupManager.py
blob: abcb576da64b7db3684ee78edc875a08cb88d1db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/lib/LookupManager.py.orig	Thu Jul 15 15:15:58 2004
+++ src/lib/LookupManager.py	Mon Aug 16 22:20:25 2004
@@ -5,9 +5,9 @@
 import Config
 try:
     import adns, ADNS
-    _have_adns = True
+    _have_adns = False
 except ImportError:
-    error.log("No ADNS library found, using synchronous name lookups.")
+#    error.log("No ADNS library found, using synchronous name lookups.")
     _have_adns = False
 
 MAX_TIMES = 3