[Fix] Handle stopping DefaultStrolchSessionHandler if not started

This commit is contained in:
Robert von Burg 2021-09-01 15:19:01 +02:00
parent 72f13b26db
commit e4dff737b4
1 changed files with 2 additions and 1 deletions

View File

@ -124,7 +124,8 @@ public class DefaultStrolchSessionHandler extends StrolchComponent implements St
if (this.reloadSessions) {
persistSessions();
if (this.privilegeHandler != null)
persistSessions();
} else if (this.certificateMap != null) {
synchronized (this.certificateMap) {