mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-14 15:14:31 +03:00
minor fix to reset partRun value - #297
This commit is contained in:
parent
a367dca653
commit
b272b0574d
|
@ -413,6 +413,9 @@ def getValue(expression, blind=True, union=True, error=True, time=True, fromUser
|
|||
warnMsg += "a switch '--no-cast' and/or switch '--hex'"
|
||||
singleTimeWarnMessage(warnMsg)
|
||||
|
||||
if kb.partRun:
|
||||
kb.partRun = None
|
||||
|
||||
return extractExpectedValue(value, expected)
|
||||
|
||||
def goStacked(expression, silent=False):
|
||||
|
|
Loading…
Reference in New Issue
Block a user