From e67e4c6392dcece04cfdcdf517c4d65a2faf3c11 Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Fri, 24 Aug 2018 21:49:21 +0000 Subject: [PATCH] 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) --- sys/netinet6/udp6_usrreq.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/netinet6/udp6_usrreq.c b/sys/netinet6/udp6_usrreq.c index 77cbc0b2ee2..b32e8866317 100644 --- a/sys/netinet6/udp6_usrreq.c +++ b/sys/netinet6/udp6_usrreq.c @@ -960,6 +960,7 @@ udp6_output(struct socket *so, int flags_arg, struct mbuf *m, * be incorrect. */ flags |= IP_NODEFAULTFLOWID; + } #endif UDPSTAT_INC(udps_opackets);