From e28b056028ad409402fa1b92694923f64f63fed0 Mon Sep 17 00:00:00 2001 From: stamparm Date: Wed, 29 May 2013 14:26:00 +0200 Subject: [PATCH] Dummy fix --- lib/core/target.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/target.py b/lib/core/target.py index 555d3c029..75cec800e 100644 --- a/lib/core/target.py +++ b/lib/core/target.py @@ -103,7 +103,7 @@ def _setRequestParams(): return retVal - if kb.processUserMarks is None: + if kb.processUserMarks is None and CUSTOM_INJECTION_MARK_CHAR in conf.data: message = "custom injection marking character ('%s') found in option " % CUSTOM_INJECTION_MARK_CHAR message += "'--data'. Do you want to process it? [Y/n/q] " test = readInput(message, default="Y")