Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 2009 11:53:21 +0000 (UTC)
From:      Lawrence Stewart <lstewart@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r195677 - head/sys/dev/cxgb/ulp/tom
Message-ID:  <200907141153.n6EBrLjK059290@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lstewart
Date: Tue Jul 14 11:53:21 2009
New Revision: 195677
URL: http://svn.freebsd.org/changeset/base/195677

Log:
  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)

Modified:
  head/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c

Modified: head/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c
==============================================================================
--- head/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c	Tue Jul 14 09:19:33 2009	(r195676)
+++ head/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c	Tue Jul 14 11:53:21 2009	(r195677)
@@ -3585,7 +3585,7 @@ syncache_expand_establish_req(struct cpl
 {
 
 	struct in_conninfo inc;
-	struct toeopt to;
+	struct toeopt toeo;
 	struct tcphdr th;
 	int mss, wsf, sack, ts;
 	struct mbuf *m = NULL;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907141153.n6EBrLjK059290>