diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-10-23 13:53:19 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-10-23 13:53:19 +0000 |
| commit | 0237ca7b95272af324e1ace199f71aa8f287a040 (patch) | |
| tree | 0fd408d4d8d3b6bdc15a19ff5c9ab72724ab651a /usr.bin | |
| parent | 3d82ba4313949d78e2430bcdd174d997a3c69457 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/netstat/inet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index 55994a1c173b6..80d3e4db49f7f 100644 --- a/usr.bin/netstat/inet.c +++ b/usr.bin/netstat/inet.c @@ -658,7 +658,7 @@ icmp_stats(u_long off __unused, const char *name, int af1 __unused) } p(icps_reflect, "\t%lu message response%s generated\n"); p2(icps_badaddr, "\t%lu invalid return address%s\n"); - p(icps_badaddr, "\t%lu no return route%s\n"); + p(icps_noroute, "\t%lu no return route%s\n"); #undef p #undef p1a #undef p2 |
