minor fix regarding last commit

This commit is contained in:
Miroslav Stampar
2011-03-22 12:21:56 +00:00
parent c24ed6e622
commit 9479a68eb5
2 changed files with 4 additions and 2 deletions

View File

@@ -65,7 +65,8 @@ def __oneShotUnionUse(expression, unpack=True):
or extractRegexResult(check, removeReflectiveValues(listToStrValue(headers.headers \
if headers else None), payload), re.DOTALL | re.IGNORECASE)
output = getUnicode(output, kb.pageEncoding)
if output:
output = getUnicode(output, kb.pageEncoding)
return output