mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-24 09:15:29 +01:00
Minor update
This commit is contained in:
parent
bfc3094e35
commit
4929cff0c0
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ class Connect(object):
|
|||
threadData = getCurrentThreadData()
|
||||
threadData.retriesCount += 1
|
||||
|
||||
if threadData.retriesCount >= conf.retries:
|
||||
if conf.proxyList and threadData.retriesCount >= conf.retries:
|
||||
warnMsg = "changing proxy"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue