add lssing arg

This commit is contained in:
Matthieu Bourgain 2024-04-23 13:48:12 +02:00
commit a7d49feb9f
No known key found for this signature in database
GPG key ID: 33BA95C808890C39

View file

@ -931,7 +931,7 @@ class Role():
if privs: if privs:
result = user_mod(self.cursor, self.name, self.host, result = user_mod(self.cursor, self.name, self.host,
None, None, None, None, None, None, None, None, None, None, None, None, None,
privs, append_privs, subtract_privs, None, None, privs, append_privs, subtract_privs, None, None,
self.module, None, None, role=True, self.module, None, None, role=True,
maria_role=self.is_mariadb) maria_role=self.is_mariadb)