svn commit: r217597 - head/sys/netinet

Randall Stewart rrs at FreeBSD.org
Wed Jan 19 20:57:08 UTC 2011


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


More information about the svn-src-all mailing list