From 09b265a1ea62e46e166e63f5bda822dd2ae5dfaf Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Wed, 1 Dec 2010 23:32:02 +0000 Subject: [PATCH] Got rid of conf.logic for the moment, haven't decided yet what to do with parenthesis check --- lib/core/option.py | 1 - lib/utils/parenthesis.py | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/core/option.py b/lib/core/option.py index c0ccd9c6d..6974099ff 100644 --- a/lib/core/option.py +++ b/lib/core/option.py @@ -1081,7 +1081,6 @@ def __setConfAttributes(): conf.httpHeaders = [] conf.hostname = None conf.loggedToOut = None - conf.logic = "AND" conf.matchRatio = None conf.multipleTargets = False conf.outputPath = None diff --git a/lib/utils/parenthesis.py b/lib/utils/parenthesis.py index bd4fa4323..c1cbeeac3 100644 --- a/lib/utils/parenthesis.py +++ b/lib/utils/parenthesis.py @@ -27,7 +27,6 @@ def checkForParenthesis(): logMsg = "testing for parenthesis on injectable parameter" logger.info(logMsg) - logic = conf.logic count = 0 case = getInjectionCase(kb.injType)