From 5f1ff8136a1e824a5839794bbf5c0d3aa0032e89 Mon Sep 17 00:00:00 2001 From: Lawrence Stewart Date: Tue, 14 Jul 2009 11:53:21 +0000 Subject: [PATCH] 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 Approved by: re (kensmith), kensmith (mentor temporarily unavailable) --- sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c b/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c index f3c6d2b7ee4f..f04d54f9e206 100644 --- a/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c +++ b/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c @@ -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;