From 5198e4c8160ec982bd086b01b52ab9e9876ea55e Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 4 Nov 2015 15:04:38 +0100 Subject: [PATCH] Minor bug fix (based on private user report) --- lib/techniques/union/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/techniques/union/test.py b/lib/techniques/union/test.py index 1e194eefb..c9e90ce77 100644 --- a/lib/techniques/union/test.py +++ b/lib/techniques/union/test.py @@ -226,7 +226,7 @@ def _unionPosition(comment, place, parameter, prefix, suffix, count, where=PAYLO if content.count(phrase) > 0 and content.count(phrase) < LIMITED_ROWS_TEST_NUMBER: warnMsg = "output with limited number of rows detected. Switching to partial mode" logger.warn(warnMsg) - vector = (position, count, comment, prefix, suffix, kb.uChar, PAYLOAD.WHERE.NEGATIVE, kb.unionDuplicates, False) + vector = (position, count, comment, prefix, suffix, kb.uChar, where, kb.unionDuplicates, True) unionErrorCase = kb.errorIsNone and wasLastResponseDBMSError()