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