diff options
| author | Bosko Milekic <bmilekic@FreeBSD.org> | 2001-02-11 07:39:51 +0000 |
|---|---|---|
| committer | Bosko Milekic <bmilekic@FreeBSD.org> | 2001-02-11 07:39:51 +0000 |
| commit | a57815efd2f9d14e317b9254dff5a5f184422d10 (patch) | |
| tree | cd97b1cc94c233576a58dcc37f1800c133c93954 /sys/netinet/udp_usrreq.c | |
| parent | 122a814af56893b9dc5ab0c63c11dc666d1928d4 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/udp_usrreq.c')
| -rw-r--r-- | sys/netinet/udp_usrreq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index 5c92f62fb268..468064fe7150 100644 --- a/sys/netinet/udp_usrreq.c +++ b/sys/netinet/udp_usrreq.c @@ -353,7 +353,7 @@ udp_input(m, off, proto) udpstat.udps_noportbcast++; goto bad; } - if (badport_bandlim(BANDLIM_UNREACH) < 0) + if (badport_bandlim(BANDLIM_ICMP_UNREACH) < 0) goto bad; if (blackhole) goto bad; |
