A miss from r356754.

This commit is contained in:
glebius 2020-01-15 06:12:39 +00:00
parent 5057bc60d0
commit 3402b0a5ce

View File

@ -913,7 +913,7 @@ rt_setup_rate(struct inpcb *inp, struct ifnet *ifp, uint64_t bytes_per_sec,
*/
if (rs->rs_disable && error)
*error = ENODEV;
epoch_exit_preempt(net_epoch_preempt, &et);
NET_EPOCH_EXIT(et);
return (NULL);
}