Fix for an Issue #152

This commit is contained in:
Miroslav Stampar
2012-08-20 10:41:43 +02:00
parent 59078bb1b8
commit 76338add17
3 changed files with 5 additions and 2 deletions

View File

@@ -953,6 +953,9 @@ def checkNullConnection():
Reference: http://www.wisec.it/sectou.php?id=472f952d79293
"""
if conf.data:
return False
infoMsg = "testing NULL connection to the target url"
logger.info(infoMsg)