diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-08-30 08:28:06 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-08-30 08:28:06 +0000 |
| commit | 2160daba07a5bc63e288f4a007696075748c046c (patch) | |
| tree | 36f92e55c4b98c60a0be1262c76e4a9ad7fb2088 /sys/netinet/udp_usrreq.c | |
| parent | 04d234a3cf963dc19ca63d26b7ef235311df16d6 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/udp_usrreq.c')
| -rw-r--r-- | sys/netinet/udp_usrreq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index 81ad55f6fae1..09b5c96a1c2e 100644 --- a/sys/netinet/udp_usrreq.c +++ b/sys/netinet/udp_usrreq.c @@ -358,7 +358,6 @@ udp_input(m, off, proto) goto bad; if (blackhole) goto bad; - HTONS(ip->ip_id); icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PORT, 0, 0); return; } |
