mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor fix and removed leftover debug message
This commit is contained in:
@@ -513,11 +513,11 @@ class Backend:
|
||||
|
||||
@staticmethod
|
||||
def setOsServicePack(sp):
|
||||
if version is None:
|
||||
if sp is None:
|
||||
return None
|
||||
|
||||
elif kb.osSP is None and isinstance(version, int):
|
||||
kb.osSP = version
|
||||
elif kb.osSP is None and isinstance(sp, int):
|
||||
kb.osSP = sp
|
||||
|
||||
@staticmethod
|
||||
def setArch():
|
||||
|
||||
Reference in New Issue
Block a user