mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
minor fix
This commit is contained in:
parent
82e2f27024
commit
086c3a3662
2 changed files with 2 additions and 2 deletions
|
|
@ -196,7 +196,7 @@ def errorUse(expression, expected=None, dump=False):
|
|||
startLimit = 0
|
||||
stopLimit = None
|
||||
output = None
|
||||
outputs = []
|
||||
outputs = None
|
||||
untilLimitChar = None
|
||||
|
||||
_, _, _, _, _, expressionFieldsList, expressionFields, _ = agent.getFields(expression)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue