mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 11:03:47 +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
|
2006
|
||||||
|
|
||||||
Anthony Boynes <aboynes@gmail.com>
|
Anthony Boynes <aboynes@gmail.com>
|
||||||
for reporting few bugs
|
for reporting several bugs
|
||||||
|
|
||||||
Velky Brat <velkybrat@gmail.com>
|
Velky Brat <velkybrat@gmail.com>
|
||||||
for suggesting a minor enhancement to the bisection algorithm
|
for suggesting a minor enhancement to the bisection algorithm
|
||||||
|
|
|
@ -306,6 +306,7 @@ class Backend:
|
||||||
def flushForcedDbms(force=False):
|
def flushForcedDbms(force=False):
|
||||||
if not kb.misc.stickyFlag or force:
|
if not kb.misc.stickyFlag or force:
|
||||||
kb.misc.forcedDbms = None
|
kb.misc.forcedDbms = None
|
||||||
|
kb.misc.stickyFlag = False
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def setOs(os):
|
def setOs(os):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user