mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
fix for a bug reported by aboynes@gmail.com
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user