1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Mark Container As Not Running

Closes gh-14095
This commit is contained in:
Josh Cummings
2023-11-06 08:43:14 -07:00
parent f26a7bdb93
commit 85d60580e7
@@ -133,6 +133,7 @@ public class UnboundIdContainer
@Override
public void stop() {
this.directoryServer.shutDown(true);
this.running = false;
}
@Override