changing conf.dnsDomain to conf.dName just because of long text problems in help listing

This commit is contained in:
Miroslav Stampar
2012-05-28 14:15:04 +00:00
parent d2bbfa4aad
commit b1d82422a0
7 changed files with 9 additions and 9 deletions

View File

@@ -84,7 +84,7 @@ def __goInference(payload, expression, charsetType=None, firstChar=None, lastCha
def __goDns(payload, expression):
value = None
if conf.dnsDomain and kb.dnsTest is not False:
if conf.dName and kb.dnsTest is not False:
if kb.dnsTest is None:
dnsTest(payload)