summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/ip_fw.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c
index 744e2da..e552e1d 100644
--- a/sys/netinet/ip_fw.c
+++ b/sys/netinet/ip_fw.c
@@ -1470,8 +1470,12 @@ check_ports:
break;
bogusfrag:
- if (fw_verbose && ip != NULL)
- ipfw_report(NULL, ip, offset, ip_len, rif, oif);
+ if (fw_verbose) {
+ if (ip != NULL)
+ ipfw_report(NULL, ip, offset, ip_len, rif, oif);
+ else
+ printf("pullup failed\n");
+ }
goto dropit;
}
OpenPOWER on IntegriCloud