mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 19:13:48 +03:00
just to not cause confusion
This commit is contained in:
parent
dcb9c93328
commit
87e36796c6
|
@ -73,7 +73,7 @@ def __oneShotErrorUse(expression, field):
|
|||
else:
|
||||
retVal += output if output else ''
|
||||
|
||||
if not (output and len(output) >= MYSQL_ERROR_CHUNK_LENGTH):
|
||||
if not (output and len(output) == MYSQL_ERROR_CHUNK_LENGTH):
|
||||
break
|
||||
else:
|
||||
offset += MYSQL_ERROR_CHUNK_LENGTH
|
||||
|
|
Loading…
Reference in New Issue
Block a user