]> Kevux Git Server - fll/commit
Bugfix: Running as init is still not handling interruptable correctly.
authorKevin Day <thekevinday@gmail.com>
Wed, 29 Sep 2021 23:28:57 +0000 (18:28 -0500)
committerKevin Day <thekevinday@gmail.com>
Wed, 29 Sep 2021 23:28:57 +0000 (18:28 -0500)
commitdf1f14e1b80a06d41ac2cbbfe651978eb7702f0c
tree25716d5ff0f65cd13a4f8af79314cae9861cb4ca
parent520233b3eae8e9e1bfadd0f232a8aacfd8523287
Bugfix: Running as init is still not handling interruptable correctly.

I overlooked that the result was comparing against f_console_result_none rather than f_console_result_found.
This messed up my previous attempt to fix this.

Change the behavior and also explicitly assign the else case.
level_3/controller/c/controller.c