Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240e9f3 commit 7614c81Copy full SHA for 7614c81
1 file changed
lib/core/target.py
@@ -516,9 +516,20 @@ def _restoreCmdLineOptions():
516
Restore command line options that could be possibly
517
changed during the testing of previous target.
518
"""
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
525
conf.regexp = cmdLineOptions.regexp
526
conf.string = cmdLineOptions.string
527
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
533
534
def initTargetEnv():
535
0 commit comments