Fix style 9 nit that snuck in when I
grabbed the wrong patch ;-0 (thanks Daniel) MFC after: 1 week
This commit is contained in:
parent
0859b786e8
commit
fb297ff2cc
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user