diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1995-02-16 01:25:06 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1995-02-16 01:25:06 +0000 |
| commit | 9bb8795d714adac2189d22b6e93ec6e3b5278d59 (patch) | |
| tree | 6b3a5858b5c399fed8dbeb73804e47e42cad84c7 /sys/netinet/udp_usrreq.c | |
| parent | 5d645648b16635b10788d0629bd39c196e6741ed (diff) | |
Notes
Diffstat (limited to 'sys/netinet/udp_usrreq.c')
| -rw-r--r-- | sys/netinet/udp_usrreq.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index c34e470b26bc..ee624392a787 100644 --- a/sys/netinet/udp_usrreq.c +++ b/sys/netinet/udp_usrreq.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)udp_usrreq.c 8.4 (Berkeley) 1/21/94 - * $Id: udp_usrreq.c,v 1.4 1994/10/02 17:48:45 phk Exp $ + * $Id: udp_usrreq.c,v 1.5 1995/02/16 00:27:46 wollman Exp $ */ #include <sys/param.h> @@ -265,7 +265,6 @@ udp_input(m, iphlen) goto bad; } *ip = save_ip; - ip->ip_len += iphlen; icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PORT, 0, 0); return; } |
