summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--startup/startup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/startup/startup.c b/startup/startup.c
index 4c91d4cf..0a338559 100644
--- a/startup/startup.c
+++ b/startup/startup.c
@@ -217,7 +217,7 @@ notify_shutdown (const char *msg)
void
reboot_system (int flags)
{
- notify_shutdown ("shutdown");
+ notify_shutdown (BOOT (flags));
if (fakeboot)
{