summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons/syscons.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/syscons/syscons.c')
-rw-r--r--sys/dev/syscons/syscons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c
index 2a447f7..49b8f6c 100644
--- a/sys/dev/syscons/syscons.c
+++ b/sys/dev/syscons/syscons.c
@@ -3098,7 +3098,7 @@ next_code:
case RBT:
#ifndef SC_DISABLE_REBOOT
- shutdown_nice();
+ shutdown_nice(0);
#endif
break;
OpenPOWER on IntegriCloud