mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
47c39432b1
commit
e67e4c6392
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue