Minor refactoring

This commit is contained in:
Bernardo Damele 2011-01-15 22:09:53 +00:00
parent d2ce647113
commit 4a35f598b8

View File

@ -196,11 +196,6 @@ def checkSqlInjection(place, parameter, value):
fstPayload = agent.cleanupPayload(test.request.payload, value)
fstPayload = unescapeDbms(fstPayload, injection, dbms)
if stype != 4 and clause != [2, 3] and clause != [ 3 ]:
space = " "
else:
space = ""
if conf.prefix is not None and conf.suffix is not None:
# Create a custom boundary object for user's supplied prefix
# and suffix