Minor bug fix

This commit is contained in:
Miroslav Stampar 2013-02-15 09:54:51 +01:00
parent 87db5d0dab
commit 5d068896a9

View File

@ -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 "