Skip to content
Snippets Groups Projects
Verified Commit e2e60839 authored by bontric's avatar bontric Committed by Julian Dehm
Browse files

add missing return if exception oocurs

parent 62eb7075
No related branches found
No related tags found
No related merge requests found
......@@ -156,6 +156,7 @@ public class MailboxManagerImpl implements MailboxManager {
} catch (IOException | DbException e) {
logException(LOG, WARNING, e);
disposeConnection(true);
return;
}
connectionRegistry
......
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