]> 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 03:41:22 +0000 (22:41 -0500)
commit09063e93ea6729a22876d482590ff2f8822425aa
treed5db08c45700cb2feaf1cf4842986c3a81e2011d
parent95505f5fcae35ec6304f7fb82c0328a8276e636d
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