Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2008 10:58:43 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 147437 for review
Message-ID:  <200808151058.m7FAwhES064338@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=147437

Change 147437 by zec@zec_tinderbox on 2008/08/15 10:58:11

	Fix a typo.

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/netinet/raw_ip.c#6 edit

Differences ...

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

@@ -674,7 +674,7 @@
 	INP_INFO_WLOCK(&V_ripcbinfo);
 	error = in_pcballoc(so, &V_ripcbinfo);
 	if (error) {
-		INP_INFO_WUNLOCK(&V_Viripcbinfo);
+		INP_INFO_WUNLOCK(&V_ripcbinfo);
 		return (error);
 	}
 	inp = (struct inpcb *)so->so_pcb;



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