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:
rrs 2011-01-19 20:57:08 +00:00
parent 0859b786e8
commit fb297ff2cc

View File

@ -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;
}