mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
minor update
This commit is contained in:
parent
7e80274fac
commit
34738129c9
|
@ -376,12 +376,6 @@ def __goInband(expression, expected=None, sort=True, resumeValue=True, unpack=Tr
|
|||
partial = False
|
||||
data = None
|
||||
|
||||
if resumeValue:
|
||||
output = resume(expression, None)
|
||||
|
||||
if not output or (output and (expected == EXPECTED.INT and not output.isdigit())):
|
||||
partial = True
|
||||
|
||||
if output is None:
|
||||
output = unionUse(expression, unpack=unpack, dump=dump)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user