mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
fix for a bug reported by aboynes@gmail.com
This commit is contained in:
parent
97d8c60c3f
commit
24ed99e5a3
|
@ -31,7 +31,7 @@ Daniele Bellucci <daniele.bellucci@gmail.com>
|
|||
2006
|
||||
|
||||
Anthony Boynes <aboynes@gmail.com>
|
||||
for reporting few bugs
|
||||
for reporting several bugs
|
||||
|
||||
Velky Brat <velkybrat@gmail.com>
|
||||
for suggesting a minor enhancement to the bisection algorithm
|
||||
|
|
|
@ -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…
Reference in New Issue
Block a user