summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/netinet/ip_fw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c
index 9cfc7c253437..3405a48e5447 100644
--- a/sys/netinet/ip_fw.c
+++ b/sys/netinet/ip_fw.c
@@ -635,7 +635,7 @@ ipfw_report(struct ip_fw *f, struct ip *ip, int offset, int ip_len,
}
if (ip->ip_off & (IP_MF | IP_OFFMASK))
- snprintf(SNPARGS(fragment, 0), " (frag %d:%d@%d%s)",
+ snprintf(SNPARGS(fragment, 0), " (frag %d:%d@%d%s)",
ntohs(ip->ip_id), ip_len - (ip->ip_hl << 2),
offset << 3,
(ip->ip_off & IP_MF) ? "+" : "");