mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +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:
|
||||
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
|
||||
# multiple entries
|
||||
if limitCond:
|
||||
|
|
Loading…
Reference in New Issue
Block a user