Comment 5 for bug 1723119

Revision history for this message
In , Mikhefr (mikhefr) wrote :

Created attachment 6101
Fix 'shutdown' action in the fallback mode

The bug can be easily fixed in this way:
- if (type == XFSM_SHUTDOWN_RESTART)
+ else if (type == XFSM_SHUTDOWN_RESTART)

but I think it would be better to use switch instead of multiple if..else.