From 7614c815ed891b08c7e2fd3bbcd278eb2ba21c21 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sun, 7 Apr 2013 21:32:03 +0200 Subject: [PATCH] Minor update/patch --- lib/core/target.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/core/target.py b/lib/core/target.py index d41218efb..4811ad96b 100644 --- a/lib/core/target.py +++ b/lib/core/target.py @@ -516,9 +516,20 @@ def _restoreCmdLineOptions(): Restore command line options that could be possibly changed during the testing of previous target. """ + + conf.col = cmdLineOptions.col + conf.db = cmdLineOptions.db + conf.dnsName = cmdLineOptions.dnsName + conf.privEsc = cmdLineOptions.privEsc + conf.tbl = cmdLineOptions.tbl conf.regexp = cmdLineOptions.regexp conf.string = cmdLineOptions.string conf.textOnly = cmdLineOptions.textOnly + conf.threads = cmdLineOptions.threads + conf.timeSec = cmdLineOptions.timeSec + conf.tmpPath = cmdLineOptions.tmpPath + conf.uChar = cmdLineOptions.uChar + conf.user = cmdLineOptions.user def initTargetEnv(): """