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