diff options
| author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-06-28 05:18:31 +0000 |
|---|---|---|
| committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-06-28 05:18:31 +0000 |
| commit | 5b9eb1684ed088ab949e8a775f23083c24d34345 (patch) | |
| tree | 2ff539f110ce77728df030d4eb22f6eb2b52aded | |
| parent | 83a1e7292275eda6c609b2837c694fa7c249865a (diff) | |
Notes
| -rw-r--r-- | sys/netinet6/ip6_fw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/ip6_fw.c b/sys/netinet6/ip6_fw.c index 8b8707bc948d..c93253946473 100644 --- a/sys/netinet6/ip6_fw.c +++ b/sys/netinet6/ip6_fw.c @@ -417,7 +417,7 @@ ip6fw_report(struct ip6_fw *f, struct ip6_hdr *ip6, icmp6->icmp6_type, icmp6->icmp6_code); else len = snprintf(SNPARGS(proto, 0), "IPV6-ICMP "); - len = snprintf(SNPARGS(proto, len), "[%s]", + len += snprintf(SNPARGS(proto, len), "[%s]", ip6_sprintf(&ip6->ip6_src)); snprintf(SNPARGS(proto, len), " [%s]", ip6_sprintf(&ip6->ip6_dst)); |
