mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
preparation for issue #310
This commit is contained in:
parent
f5450e9f0e
commit
d80744d3d5
2 changed files with 3 additions and 2 deletions
|
|
@ -263,7 +263,7 @@ def unionUse(expression, unpack=True, dump=False):
|
|||
|
||||
stopLimit = 1
|
||||
|
||||
elif not count or int(count) == 0:
|
||||
elif (not count or int(count) == 0):
|
||||
if not count:
|
||||
warnMsg = "the SQL query provided does not "
|
||||
warnMsg += "return any output"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue