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:
Lawrence Stewart 2009-07-14 11:53:21 +00:00
parent 523a386d23
commit 5f1ff8136a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=195677

View File

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