Minor patch

This commit is contained in:
Miroslav Stampar
2016-09-29 18:02:20 +02:00
parent ced6711128
commit 7a89433251
3 changed files with 5 additions and 3 deletions

View File

@@ -341,6 +341,8 @@ def processResponse(page, responseHeaders):
if not kb.tableFrom and Backend.getIdentifiedDbms() in (DBMS.ACCESS,):
kb.tableFrom = extractRegexResult(SELECT_FROM_TABLE_REGEX, page)
else:
kb.tableFrom = None
if conf.parseErrors:
msg = extractErrorMessage(page)