aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorRandall Stewart <rrs@FreeBSD.org>2011-01-19 20:57:08 +0000
committerRandall Stewart <rrs@FreeBSD.org>2011-01-19 20:57:08 +0000
commitc3f9cbb0e1aff4f0aa007571175f8d6238e22f19 (patch)
tree78cee6c50da9df29789631cd5a903dce2993d22d /sys
parente17b9e4a7c91ccc93c7d5fbbf998417cb85155a2 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/udp_usrreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c
index c9b4f3fc74e66..589585c1c4289 100644
--- a/sys/netinet/udp_usrreq.c
+++ b/sys/netinet/udp_usrreq.c
@@ -482,7 +482,7 @@ udp_input(struct mbuf *m, int off)
if (IN_MULTICAST(ntohl(ip->ip_dst.s_addr))) {
struct sockaddr_in group;
int blocked;
- if(imo == NULL) {
+ if (imo == NULL) {
INP_RUNLOCK(inp);
continue;
}