mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
revert
This commit is contained in:
parent
078a2207cc
commit
ecaf5729fd
8 changed files with 8 additions and 8 deletions
|
|
@ -27,7 +27,7 @@ class Syntax(GenericSyntax):
|
|||
index = expression[firstIndex:].find("'")
|
||||
|
||||
if index == -1:
|
||||
break
|
||||
raise sqlmapSyntaxException, "Unenclosed ' in '%s'" % expression
|
||||
|
||||
lastIndex = firstIndex + index
|
||||
old = "'%s'" % expression[firstIndex:lastIndex]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue