From 8a083287fb7760fe8cc2d1ee09e5fdadeeb764e5 Mon Sep 17 00:00:00 2001 From: calvin Date: Mon, 26 Jul 2004 14:07:22 +0000 Subject: [PATCH] dns config git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1401 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- linkcheck/Config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linkcheck/Config.py b/linkcheck/Config.py index ba1038b9..5407de4e 100644 --- a/linkcheck/Config.py +++ b/linkcheck/Config.py @@ -90,6 +90,8 @@ class Configuration (dict): # Therefore we count this variable up to 5 and then we call # reduceThreads(). Ok, this is a hack but ItWorksForMe(tm). self.reduceCount = 0 + # dns configuration + self.dnsconfig = bk.net.resolver_config() def reset (self): """Reset to default values"""