mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-27 12:00:57 +00:00
fix for a bug reported by aboynes@gmail.com
This commit is contained in:
parent
97d8c60c3f
commit
24ed99e5a3
2 changed files with 2 additions and 1 deletions
|
|
@ -306,6 +306,7 @@ class Backend:
|
|||
def flushForcedDbms(force=False):
|
||||
if not kb.misc.stickyFlag or force:
|
||||
kb.misc.forcedDbms = None
|
||||
kb.misc.stickyFlag = False
|
||||
|
||||
@staticmethod
|
||||
def setOs(os):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue