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)
This commit is contained in:
Bjoern A. Zeeb 2018-08-24 21:49:21 +00:00
parent 47c39432b1
commit e67e4c6392

View file

@ -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);