diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-11-27 14:46:49 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-11-27 14:46:49 +0000 |
| commit | 6908cbf9ed5e971e7e8e80b79d63a6bc0580ae42 (patch) | |
| tree | 061b6f67779213f8ff371bae030bfbb9b5b7e0a4 /usr.bin | |
| parent | ce33caeeba5420bafb85717baef0b7dd3602197f (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 06a46f1adf48..2b9b5ead3080 100644 --- a/usr.bin/netstat/inet.c +++ b/usr.bin/netstat/inet.c @@ -657,7 +657,7 @@ icmp_stats(u_long off __unused, char *name, int af __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 |
