svn commit: r237062 - user/andre/tcp_workqueue/sys/netinet

Andre Oppermann andre at FreeBSD.org
Thu Jun 14 12:31:51 UTC 2012


Author: andre
Date: Thu Jun 14 12:31:50 2012
New Revision: 237062
URL: http://svn.freebsd.org/changeset/base/237062

Log:
  Fix mismerge from last integrate.

Modified:
  user/andre/tcp_workqueue/sys/netinet/tcp_subr.c

Modified: user/andre/tcp_workqueue/sys/netinet/tcp_subr.c
==============================================================================
--- user/andre/tcp_workqueue/sys/netinet/tcp_subr.c	Thu Jun 14 12:28:43 2012	(r237061)
+++ user/andre/tcp_workqueue/sys/netinet/tcp_subr.c	Thu Jun 14 12:31:50 2012	(r237062)
@@ -1672,7 +1672,6 @@ tcp_mtudisc(struct inpcb *inp, int mtuof
 {
 	struct tcpcb *tp;
 	struct socket *so;
-	int mtu;
 
 	INP_WLOCK_ASSERT(inp);
 	if ((inp->inp_flags & INP_TIMEWAIT) ||


More information about the svn-src-user mailing list