PERFORCE change 144247 for review

Julian Elischer julian at FreeBSD.org
Sun Jun 29 00:03:23 UTC 2008


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

Change 144247 by julian at julian_trafmon1 on 2008/06/29 00:03:08

	 Missed one.

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/netinet/udp_usrreq.c#5 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/netinet/udp_usrreq.c#5 (text+ko) ====

@@ -166,7 +166,7 @@
 {
 
 	INP_INFO_LOCK_INIT(&V_udbinfo, "udp");
-	LIST_INIT(&udb);
+	LIST_INIT(&V_udb);
 	V_udbinfo.ipi_listhead = &udb;
 	V_udbinfo.ipi_hashbase = hashinit(UDBHASHSIZE, M_PCB,
 	    &V_udbinfo.ipi_hashmask);


More information about the p4-projects mailing list