mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Fixes #2957
This commit is contained in:
parent
ec6de40a8d
commit
34d2fb1c8f
3 changed files with 4 additions and 4 deletions
|
|
@ -718,7 +718,7 @@ class Connect(object):
|
|||
else:
|
||||
logger.debug(warnMsg)
|
||||
return Connect._retryProxy(**kwargs)
|
||||
elif kb.testMode:
|
||||
elif kb.testMode or kb.multiThreadMode:
|
||||
logger.critical(warnMsg)
|
||||
return None, None, None
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue