diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1999-12-21 11:14:12 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1999-12-21 11:14:12 +0000 |
| commit | 369dc8ceb8c9e6db02bee508b6483327dd1995a9 (patch) | |
| tree | b06e31ce7f7894dd7f434036bfa49ea3d8f7ede3 /sys/netinet/udp_usrreq.c | |
| parent | faf052a79e4f457632b0d2cf6fc3c2fd74deec7e (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 03e0ab7d3fab..bc854deab343 100644 --- a/sys/netinet/udp_usrreq.c +++ b/sys/netinet/udp_usrreq.c @@ -251,7 +251,7 @@ udp_input(m, off, proto) #endif LIST_FOREACH(inp, &udb, inp_list) { #ifdef INET6 - if ((inp->inp_vflag & INP_IPV4) == NULL) + if ((inp->inp_vflag & INP_IPV4) == 0) continue; #endif if (inp->inp_lport != uh->uh_dport) |
