mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 00:04:23 +03:00
minor fix
This commit is contained in:
parent
c15439ab7f
commit
edab7d01a5
|
@ -265,7 +265,7 @@ def unionUse(expression, unpack=True, dump=False):
|
|||
warnMsg += "return any output"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
return outputs
|
||||
return value
|
||||
|
||||
threadData = getCurrentThreadData()
|
||||
threadData.shared.limits = iter(xrange(startLimit, stopLimit))
|
||||
|
|
Loading…
Reference in New Issue
Block a user