Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Nov 2011 09:17:48 +0000 (UTC)
From:      Mikolaj Golub <trociny@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r227204 - head/sys/netinet
Message-ID:  <201111060917.pA69Hmgq012062@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trociny
Date: Sun Nov  6 09:17:48 2011
New Revision: 227204
URL: http://svn.freebsd.org/changeset/base/227204

Log:
  Fix the typo made in r157474.
  
  MFC after:	3 days

Modified:
  head/sys/netinet/in_pcb.c

Modified: head/sys/netinet/in_pcb.c
==============================================================================
--- head/sys/netinet/in_pcb.c	Sun Nov  6 09:09:45 2011	(r227203)
+++ head/sys/netinet/in_pcb.c	Sun Nov  6 09:17:48 2011	(r227204)
@@ -590,7 +590,7 @@ in_pcbbind_setup(struct inpcb *inp, stru
 				 * being in use (for now).  This is better
 				 * than a panic, but not desirable.
 				 */
-				tw = intotw(inp);
+				tw = intotw(t);
 				if (tw == NULL ||
 				    (reuseport & tw->tw_so_options) == 0)
 					return (EADDRINUSE);



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