Skip to content

Commit 01eb016

Browse files
Update PrivacyIDEA.java
fix scheduler schutdown method
1 parent f3736d0 commit 01eb016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/privacyidea/PrivacyIDEA.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ else if (this.simpleLog != null)
559559
public void close() throws IOException
560560
{
561561
this.threadPool.shutdown();
562-
this.scheduler.shutdown();
562+
this.scheduler.shutdownNow();
563563
}
564564

565565
/**

0 commit comments

Comments
 (0)