Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anodos325 committed Jul 8, 2024
1 parent 5619724 commit 28361be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/middlewared/middlewared/plugins/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,6 @@ async def user_extend_context(self, rows, extra):

group_roles = await self.middleware.call('group.query', [['local', '=', True]], {'select': ['id', 'roles']})

server_sid = await self.middleware.call('smb.local_server_sid')

for i in res:
uid = i['user']['id']
if uid in memberships:
Expand Down

0 comments on commit 28361be

Please sign in to comment.