mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-03 11:45:46 +03:00
Minor bug fix
This commit is contained in:
parent
34f70657ee
commit
430bb7478f
|
@ -50,7 +50,7 @@ def errorUse(expression, resumeValue=True):
|
|||
else:
|
||||
output = None
|
||||
|
||||
if output and ( expected is None or ( expected == "int" and output.isdigit() ) ):
|
||||
if output:
|
||||
return output
|
||||
|
||||
if kb.dbmsDetected:
|
||||
|
|
Loading…
Reference in New Issue
Block a user