]> Kevux Git Server - fll/commit
Update: controller program should continue on error.
authorKevin Day <thekevinday@gmail.com>
Sun, 4 Apr 2021 23:16:13 +0000 (18:16 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 4 Apr 2021 23:20:29 +0000 (18:20 -0500)
commit71fda6ad397c3158488b3145b7f17303f01731d1
treea997519c338cafcc9cf4a93b0e4196e3073c5565
parent3ba45c12390bc20f275056fa8f15cae8d95ec6e3
Update: controller program should continue on error.

Except for certain error codes, like out of memory, record errors and continue onward.
Future versions should somehow handle out of memory issues if this program is to become an "init" replacement.

Avoid unnecessary assignment of rules error status.
In some cases, the rules error status was being assigned twice.
level_3/controller/c/private-controller.c
level_3/controller/c/private-rule.c
level_3/controller/c/private-rule.h