mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
just to not cause confusion
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user