diff options
Diffstat (limited to 'usr.bin/reboot')
-rw-r--r-- | usr.bin/reboot/reboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/reboot/reboot.c b/usr.bin/reboot/reboot.c index 07dc74f..ac9785a 100644 --- a/usr.bin/reboot/reboot.c +++ b/usr.bin/reboot/reboot.c @@ -70,7 +70,7 @@ main(int argc, char **argv) printf("REBOOT failed\n"); /* Fall through */ case REBOOT_FLAG_HLT: - cpu_reboot(REBOOT_FLAG_HLT); + cpu_reboot(REBOOT_HALT); printf("HALT failed\n"); /* Fall through */ case REBOOT_FLAG_PWR: |