mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
removed few trailing whitespace lines
This commit is contained in:
parent
877d5c1e7f
commit
88c76147e1
2 changed files with 2 additions and 3 deletions
|
|
@ -481,7 +481,6 @@ class Enumeration:
|
|||
elif Backend.getIdentifiedDbms() == DBMS.MYSQL and not kb.data.has_information_schema:
|
||||
if privilege.upper() == "Y":
|
||||
privileges.add(mysqlPrivs[count])
|
||||
|
||||
|
||||
if self.__isAdminFromPrivileges(privileges):
|
||||
areAdmins.add(user)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue