mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
minor fix
This commit is contained in:
parent
806e898694
commit
2795aeff34
|
@ -395,7 +395,7 @@ class Connect:
|
|||
return None, None
|
||||
elif kb.testMode:
|
||||
logger.warn(warnMsg)
|
||||
return None
|
||||
return None, None
|
||||
elif silent or (ignoreTimeout and any(map(lambda x: x in tbMsg, ["timed out", "IncompleteRead"]))):
|
||||
return None, None
|
||||
elif threadData.retriesCount < conf.retries and not kb.threadException and not conf.realTest:
|
||||
|
|
Loading…
Reference in New Issue
Block a user