Cleaning of leftover parameter values

This commit is contained in:
Miroslav Stampar
2020-05-05 23:50:45 +02:00
parent 87bccf4aa7
commit 93399ab1b3
2 changed files with 2 additions and 2 deletions

View File

@@ -172,7 +172,7 @@ def _oneShotUnionUse(expression, unpack=True, limited=False):
logger.debug(debugMsg)
expression = re.sub(r"\s*ORDER BY [^ ]+\Z", "", expression)
retVal = _oneShotUnionUse(expression, unpack=True, limited=False)
retVal = _oneShotUnionUse(expression, unpack, limited)
else:
vector = kb.injection.data[PAYLOAD.TECHNIQUE.UNION].vector
kb.unionDuplicates = vector[7]