gastamper / groundzero2

A fork of the GroundZero2 codebase with bug fixes, standardization, and sanity-related changes.
8 stars 7 forks source link

act_wiz.c: shutdown/reboot never uses correct status code for shutdown #52

Closed gastamper closed 6 years ago

gastamper commented 6 years ago

do_shutdown calls do_reboot which will always returns 100; STATUS_SHUTDOWN is 1, and is never returned in this case.