diff --git a/src/server/shutdown.c b/src/server/shutdown.c index f7fb456c..690e59ae 100644 --- a/src/server/shutdown.c +++ b/src/server/shutdown.c @@ -71,7 +71,7 @@ shutdown_initiate(int mins_from_now) if (old_pending) pr_wall("The shutdown time has been changed to %d minutes!\n", mins_from_now); - /* FIXME wake up shutdown_sequence() */ + empth_wakeup(shutdown_thread); } else { shutdown_thread = empth_create(shutdown_sequence, 50 * 1024, 0, "shutdownSeq", NULL);