PERFORCE change 130939 for review

Kip Macy kmacy at FreeBSD.org
Fri Dec 14 20:27:43 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=130939

Change 130939 by kmacy at kmacy:storage:toestack on 2007/12/15 04:27:41

	fix bug in offload disabled case

Affected files ...

.. //depot/projects/toestack/sys/netinet/tcp_ofld.h#11 edit

Differences ...

==== //depot/projects/toestack/sys/netinet/tcp_ofld.h#11 (text+ko) ====

@@ -137,7 +137,8 @@
 static __inline int
 tcp_gen_connect(struct socket *so, struct sockaddr *nam)
 {
-
+	struct tcpcb *tp = sototcpcb(so);
+	
 	return (tcp_output(tp));
 }
 


More information about the p4-projects mailing list