Skip to content

Commit

Permalink
Mark Container As Not Running
Browse files Browse the repository at this point in the history
Closes gh-14095
  • Loading branch information
jzheaux committed Nov 6, 2023
1 parent f26a7bd commit 85d6058
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ private void importLdif(InMemoryDirectoryServer directoryServer) {
@Override
public void stop() {
this.directoryServer.shutDown(true);
this.running = false;
}

@Override
Expand Down

0 comments on commit 85d6058

Please sign in to comment.