Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 417f7fa

Browse files
committed
Fix for "bug: -g uses wrong session file"
1 parent 8af7d6c commit 417f7fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/core/target.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ def initTargetEnv():
220220
if conf.multipleTargets:
221221
conf.paramDict = {}
222222
conf.parameters = {}
223+
conf.sessionFile = None
223224
kb.dbms = None
224225
kb.dbmsDetected = False
225226
kb.dbmsVersion = None

0 commit comments

Comments
 (0)