mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-30 10:09:03 +00:00
Adding back a removed break
This commit is contained in:
@@ -5643,5 +5643,6 @@ def checkSums():
|
||||
content = content.replace(b"\r\n", b"\n")
|
||||
if not hashlib.sha256(content).hexdigest() == expected:
|
||||
retVal &= False
|
||||
break
|
||||
|
||||
return retVal
|
||||
|
||||
Reference in New Issue
Block a user