Skip to content
Snippets Groups Projects
Commit c9cfed75 authored by bontric's avatar bontric
Browse files

Fix connectionRegistry check

parent a1cb73a8
No related branches found
No related tags found
No related merge requests found
......@@ -189,7 +189,7 @@ public class MailboxServiceImpl implements MailboxService, EventListener {
@Override
public void run() {
if (hasPrivateMailbox.get() &&
connectionRegistry.isConnected(privateMailboxId)) {
!connectionRegistry.isConnected(privateMailboxId)) {
try {
connectPrivateMailbox();
} catch (DbException e) {
......
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