Major bug fix so that the users' privileges enumeration now works properly also on MySQL < 5.0 (fix a traceback)

This commit is contained in:
Bernardo Damele 2008-10-26 16:45:14 +00:00
parent fce61ff950
commit 5216fb6e02

View File

@ -55,7 +55,7 @@ class Enumeration:
"""
def __init__(self, dbms):
self.has_information_schema = None
self.has_information_schema = False
self.banner = ""
self.currentUser = ""