aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/udp6_usrreq.c
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2018-08-24 21:49:21 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2018-08-24 21:49:21 +0000
commite67e4c6392dcece04cfdcdf517c4d65a2faf3c11 (patch)
tree41e021ca57dc828b586e92d3d800e683539ab2be /sys/netinet6/udp6_usrreq.c
parent47c39432b11a628eb2fb65f75e1a35d4771ceb9b (diff)
downloadsrc-e67e4c6392dcece04cfdcdf517c4d65a2faf3c11.tar.gz
src-e67e4c6392dcece04cfdcdf517c4d65a2faf3c11.zip
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)
Notes
Notes: svn path=/head/; revision=338306
Diffstat (limited to 'sys/netinet6/udp6_usrreq.c')
-rw-r--r--sys/netinet6/udp6_usrreq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet6/udp6_usrreq.c b/sys/netinet6/udp6_usrreq.c
index 77cbc0b2ee2c..b32e88663172 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);