Skip to content
Snippets Groups Projects
Commit 3e393d5a authored by Sébastien Blin's avatar Sébastien Blin
Browse files

manager: shutdown connections before unregistering accounts

shutdownConnections is only called when the account is disabled to
avoid to call it if the account's config is changed.
However, when stopping the daemon, doUnregister is called if the
account is enabled, and this should also call shutdownConnections()
to avoid any lock.

Change-Id: I35fba66b1b7f86360fa29cbeec78697f2b7c3328
parent 10087a5b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment