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

@@ -26,7 +26,7 @@ def dnsTest(payload):
errMsg = "data retrieval through DNS channel failed. Turning off DNS exfiltration support"
logger.error(errMsg)
conf.dnsDomain = None
conf.dName = None
else:
infoMsg = "data retrieval through DNS channel was successful"
logger.info(infoMsg)