summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlstewart <lstewart@FreeBSD.org>2009-07-14 11:53:21 +0000
committerlstewart <lstewart@FreeBSD.org>2009-07-14 11:53:21 +0000
commitd561c3ad274374647ec4ab0d8bd45c86278a311a (patch)
tree162233f58486d71a6d0d324e92e40093dc7c2748
parent5337594c188da320fcce40bc3de8358fe7c75b43 (diff)
downloadFreeBSD-src-d561c3ad274374647ec4ab0d8bd45c86278a311a.zip
FreeBSD-src-d561c3ad274374647ec4ab0d8bd45c86278a311a.tar.gz
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)
-rw-r--r--sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c b/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c
index f3c6d2b..f04d54f 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;
OpenPOWER on IntegriCloud