mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 08:52:20 +01:00
Fix for an Issue #641
This commit is contained in:
parent
0622cdf3d8
commit
97f603af4a
2 changed files with 26 additions and 29 deletions
|
|
@ -238,10 +238,7 @@ class Agent(object):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
elif suffix and not comment:
|
elif suffix and not comment:
|
||||||
if suffix.startswith(GENERIC_SQL_COMMENT):
|
expression += suffix
|
||||||
expression += "%s" % suffix
|
|
||||||
else:
|
|
||||||
expression += " %s" % suffix
|
|
||||||
|
|
||||||
return re.sub(r"(?s);\W*;", ";", expression)
|
return re.sub(r"(?s);\W*;", ";", expression)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue