mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Minor bug fix
This commit is contained in:
@@ -57,7 +57,7 @@ class Takeover(GenericTakeover):
|
||||
|
||||
break
|
||||
|
||||
if addrs is None:
|
||||
if not addrs:
|
||||
errMsg = "sqlmap can not exploit the stored procedure buffer "
|
||||
errMsg += "overflow because it does not have a valid return "
|
||||
errMsg += "code for the underlying operating system (Windows "
|
||||
|
||||
Reference in New Issue
Block a user