Skip to content

Commit

Permalink
Fixed status directoryservices.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbsd authored Jul 19, 2024
1 parent d60e4bc commit 3441a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/plugins/directoryservices.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def status(self):
"""
if not DSHealthObj.initialized:
try:
self.middlware.call_sync('directoryservices.health.check')
self.middleware.call_sync('directoryservices.health.check')
except Exception:
pass

Expand Down

0 comments on commit 3441a21

Please sign in to comment.