Fix for an Issue #141

This commit is contained in:
Miroslav Stampar
2012-08-08 00:03:58 +02:00
parent 31ceb0cb6c
commit 432b567584
2 changed files with 3 additions and 9 deletions

View File

@@ -112,9 +112,6 @@ UNKNOWN_DBMS_VERSION = "Unknown"
# dynamicity mark length used in dynamicity removal engine
DYNAMICITY_MARK_LENGTH = 32
# length of FIFO buffer for removing possible duplicates in union/inband data retrieval
UNION_UNIQUE_FIFO_LENGTH = 10
# dummy user prefix used in dictionary attack
DUMMY_USER_PREFIX = "__dummy__"