From 2160daba07a5bc63e288f4a007696075748c046c Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 30 Aug 2000 08:28:06 +0000 Subject: Backout the hack in rev 1.71, I am working on a better patch that should cover almost all inconsistencies in ICMP error generation. --- sys/netinet/udp_usrreq.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/netinet') 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; } -- cgit v1.3