mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-14 15:14:31 +03:00
Minor fix
This commit is contained in:
parent
034e123b0c
commit
936815128d
|
@ -2799,7 +2799,7 @@ def intersect(valueA, valueB, lowerCase=False):
|
|||
[1, 3]
|
||||
"""
|
||||
|
||||
retVal = None
|
||||
retVal = []
|
||||
|
||||
if valueA and valueB:
|
||||
valueA = arrayizeValue(valueA)
|
||||
|
|
Loading…
Reference in New Issue
Block a user