mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix a buglet that slipped into r195654. My buildworld/buildkernel sanity
check missed this because cxgb's TOM is currently commented out of the build system. Submitted by: Navdeep Parhar <np at FreeBSD dot org> Approved by: re (kensmith), kensmith (mentor temporarily unavailable)
This commit is contained in:
parent
523a386d23
commit
5f1ff8136a
1 changed files with 1 additions and 1 deletions
|
|
@ -3585,7 +3585,7 @@ syncache_expand_establish_req(struct cpl_pass_establish *req, struct socket **so
|
|||
{
|
||||
|
||||
struct in_conninfo inc;
|
||||
struct toeopt to;
|
||||
struct toeopt toeo;
|
||||
struct tcphdr th;
|
||||
int mss, wsf, sack, ts;
|
||||
struct mbuf *m = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue