fix for not properly clearing cookies when in multiple targets scanning mode spotted by Kasper Fons

This commit is contained in:
Miroslav Stampar 2010-04-04 14:38:48 +00:00
parent 4129cb22a7
commit 0a363d3f2b

View File

@ -235,6 +235,8 @@ def initTargetEnv():
kb.unionComment = ""
kb.unionCount = None
kb.unionPosition = None
if conf.cj:
conf.cj.clear()
def setupTargetEnv():
__createTargetDirs()