mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-04-05 09:44:16 +03:00
revert of the r3247 (output always has to be appended to the outputs - no matter of it's value)
This commit is contained in:
parent
b48213783a
commit
3de6117253
|
@ -125,8 +125,7 @@ def __errorFields(expression, expressionFields, expressionFieldsList, expected=N
|
|||
if output:
|
||||
output = output.replace(kb.misc.space, " ")
|
||||
|
||||
if output is not None:
|
||||
outputs.append(output)
|
||||
outputs.append(output)
|
||||
|
||||
return outputs
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user