]> Kevux Git Server - fll/commit
Cleanup: Replace two condition checks with one.
authorKevin Day <kevin@kevux.org>
Thu, 15 Feb 2024 03:05:43 +0000 (21:05 -0600)
committerKevin Day <kevin@kevux.org>
Thu, 15 Feb 2024 04:44:33 +0000 (22:44 -0600)
commit94968cecd6337261d023d1abbc4a32462702a4c8
tree5fc759f42c22c7015c80caa64bbff1738283f5b3
parentd768b8265c51e0fa5da621bb9c141a9e07b494c5
Cleanup: Replace two condition checks with one.

If less than or equal to zero or greater than zero is the condition, then the simpler condition would be to just check not equal to one.
level_3/firewall/c/private-firewall.c