svn commit: r338306 - head/sys/netinet6

Bjoern A. Zeeb bz at FreeBSD.org
Fri Aug 24 21:49:22 UTC 2018


Author: bz
Date: Fri Aug 24 21:49:21 2018
New Revision: 338306
URL: https://svnweb.freebsd.org/changeset/base/338306

Log:
  Unbreak RSS builds after r338257.  Folding both RSS blocks together
  I missed the closing } of the new combined block.
  
  Pointyhat to:	bz
  Reported by:	np
  Approved by:	re (kib)

Modified:
  head/sys/netinet6/udp6_usrreq.c

Modified: head/sys/netinet6/udp6_usrreq.c
==============================================================================
--- head/sys/netinet6/udp6_usrreq.c	Fri Aug 24 21:48:13 2018	(r338305)
+++ head/sys/netinet6/udp6_usrreq.c	Fri Aug 24 21:49:21 2018	(r338306)
@@ -960,6 +960,7 @@ udp6_output(struct socket *so, int flags_arg, struct m
 		 * be incorrect.
 		 */
 		flags |= IP_NODEFAULTFLOWID;
+	}
 #endif
 
 	UDPSTAT_INC(udps_opackets);


More information about the svn-src-head mailing list