mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Minor bug fix
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user