Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jan 2011 20:57:08 +0000 (UTC)
From:      Randall Stewart <rrs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r217597 - head/sys/netinet
Message-ID:  <201101192057.p0JKv82E088764@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rrs
Date: Wed Jan 19 20:57:08 2011
New Revision: 217597
URL: http://svn.freebsd.org/changeset/base/217597

Log:
  Fix style 9 nit that snuck in when I
  grabbed the wrong patch ;-0 (thanks Daniel)
  
  MFC after:	1 week

Modified:
  head/sys/netinet/udp_usrreq.c

Modified: head/sys/netinet/udp_usrreq.c
==============================================================================
--- head/sys/netinet/udp_usrreq.c	Wed Jan 19 20:16:47 2011	(r217596)
+++ head/sys/netinet/udp_usrreq.c	Wed Jan 19 20:57:08 2011	(r217597)
@@ -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;
 				}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101192057.p0JKv82E088764>