Use the RB_AUTOBOOT define over 0.
Approved by: ru (mentor)
This commit is contained in:
parent
54084306cd
commit
6c11797498
@ -263,7 +263,7 @@ systemShutdown(int status)
|
||||
#if defined(__alpha__) || defined(__sparc64__)
|
||||
reboot(RB_HALT);
|
||||
#else
|
||||
reboot(0);
|
||||
reboot(RB_AUTOBOOT);
|
||||
#endif
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user