summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw_pfil.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/ip_fw_pfil.c')
-rw-r--r--sys/netinet/ip_fw_pfil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw_pfil.c b/sys/netinet/ip_fw_pfil.c
index 3db809a..e88f41d 100644
--- a/sys/netinet/ip_fw_pfil.c
+++ b/sys/netinet/ip_fw_pfil.c
@@ -385,7 +385,7 @@ ipfw_modevent(module_t mod, int type, void *unused)
case MOD_UNLOAD:
if (ipfw_pfil_hooked) {
- if ((err = ipfw_unhook()) > 0);
+ if ((err = ipfw_unhook()) > 0)
break;
ipfw_destroy();
ipfw_pfil_hooked = 0;
OpenPOWER on IntegriCloud