mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 13:14:13 +03:00
Language typo
This commit is contained in:
parent
58f6687194
commit
2669528b24
|
@ -200,7 +200,7 @@ def __goInferenceProxy(expression, fromUser=False, expected=None, batch=False, u
|
||||||
else:
|
else:
|
||||||
limitCond = True
|
limitCond = True
|
||||||
|
|
||||||
# I assume that only queries NOT containing a "LIMIT #, 1"
|
# We assume that only queries NOT containing a "LIMIT #, 1"
|
||||||
# (or similar depending on the back-end DBMS) can return
|
# (or similar depending on the back-end DBMS) can return
|
||||||
# multiple entries
|
# multiple entries
|
||||||
if limitCond:
|
if limitCond:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user