mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 13:14:13 +03:00
this was causing that --suffix trouble
This commit is contained in:
parent
bfe8e51b7c
commit
128a012121
|
@ -198,7 +198,7 @@ class Agent:
|
|||
elif suffix is not None:
|
||||
expression += " %s" % suffix
|
||||
|
||||
return expression.rstrip()
|
||||
return expression
|
||||
|
||||
def cleanupPayload(self, payload, origValue=None):
|
||||
if payload is None:
|
||||
|
|
Loading…
Reference in New Issue
Block a user