]> Kevux Git Server - fll/commit
Bugfix: firewall show command operating as lock
authorKevin Day <thekevinday@gmail.com>
Fri, 19 Jul 2019 03:38:41 +0000 (22:38 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 19 Jul 2019 04:09:19 +0000 (23:09 -0500)
commit9c794890728636f6a63b205a6533b833c0d2389c
treea2613ed2886e26d76792236c0cc14ff2a6ff8995
parent35ef9f84a514f97a05e9a2e5dc705e908d06e17f
Bugfix: firewall show command operating as lock

The debug parameters is conditionally enabled/disabled but the enum is not.
Make the enum conditionally enable/disable the debug option to prevent the wrong id from being used when debug is disabled.

Fix the alignment of the debug message.

Conditionally enable/disable displaying the debug in the help.
level_3/firewall/c/firewall.c
level_3/firewall/c/firewall.h