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

Skip to content

Commit 7614c81

Browse files
committed
Minor update/patch
1 parent 240e9f3 commit 7614c81

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

lib/core/target.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,9 +516,20 @@ def _restoreCmdLineOptions():
516516
Restore command line options that could be possibly
517517
changed during the testing of previous target.
518518
"""
519+
520+
conf.col = cmdLineOptions.col
521+
conf.db = cmdLineOptions.db
522+
conf.dnsName = cmdLineOptions.dnsName
523+
conf.privEsc = cmdLineOptions.privEsc
524+
conf.tbl = cmdLineOptions.tbl
519525
conf.regexp = cmdLineOptions.regexp
520526
conf.string = cmdLineOptions.string
521527
conf.textOnly = cmdLineOptions.textOnly
528+
conf.threads = cmdLineOptions.threads
529+
conf.timeSec = cmdLineOptions.timeSec
530+
conf.tmpPath = cmdLineOptions.tmpPath
531+
conf.uChar = cmdLineOptions.uChar
532+
conf.user = cmdLineOptions.user
522533

523534
def initTargetEnv():
524535
"""

0 commit comments

Comments
 (0)