Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anodos325 committed Dec 6, 2024
1 parent 5d2d100 commit 7b058a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/api/v25_04_0/smb_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class SessionsEntry(BaseModel):
channels: dict[str, SmbServerChannel]


class AllEntry(SmbStatusSessionsEntry):
class AllEntry(SessionsEntry):
share_connections: list[ShareEntry]


Expand Down

0 comments on commit 7b058a8

Please sign in to comment.