mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-19 12:33:20 +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,7 +125,6 @@ def __errorFields(expression, expressionFields, expressionFieldsList, expected=N
|
||||||
if output:
|
if output:
|
||||||
output = output.replace(kb.misc.space, " ")
|
output = output.replace(kb.misc.space, " ")
|
||||||
|
|
||||||
if output is not None:
|
|
||||||
outputs.append(output)
|
outputs.append(output)
|
||||||
|
|
||||||
return outputs
|
return outputs
|
||||||
|
|
Loading…
Reference in New Issue
Block a user