mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
cxgbe/tom: Fix a case where do_pass_accept_req wasn't properly restoring
the VNET. This should have been in r311949. MFC after: 2 days
This commit is contained in:
parent
4423244072
commit
ff2c4d3f79
1 changed files with 1 additions and 0 deletions
|
|
@ -1418,6 +1418,7 @@ found:
|
|||
if (!(synqe->flags & TPF_SYNQE_EXPANDED))
|
||||
send_reset_synqe(tod, synqe);
|
||||
INP_WUNLOCK(inp);
|
||||
CURVNET_RESTORE();
|
||||
|
||||
release_synqe(synqe); /* extra hold */
|
||||
return (__LINE__);
|
||||
|
|
|
|||
Loading…
Reference in a new issue