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
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ public class UnboundIdContainer
@Override
public void stop() {
this.directoryServer.shutDown(true);
this.running = false;
}
@Override