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);
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to