Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2018 21:49:21 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r338306 - head/sys/netinet6
Message-ID:  <201808242149.w7OLnL3F021372@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



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