diff options
| author | Bosko Milekic <bmilekic@FreeBSD.org> | 2000-12-15 21:45:49 +0000 |
|---|---|---|
| committer | Bosko Milekic <bmilekic@FreeBSD.org> | 2000-12-15 21:45:49 +0000 |
| commit | 09f81a46a58daaafc59a7ea5907502e3f2ae3cd0 (patch) | |
| tree | 077b1e507a53b226410419bec674a07375b9e4d8 /sys/netinet/udp_usrreq.c | |
| parent | a9b13707316a48a074859b426c6ae61929456c0c (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 221dd8d4570c..651e16624d6f 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(0) < 0) + if (badport_bandlim(BANDLIM_UNREACH) < 0) goto bad; if (blackhole) goto bad; |
