PERFORCE change 109027 for review

Paolo Pisati piso at FreeBSD.org
Thu Nov 2 09:44:33 UTC 2006


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

Change 109027 by piso at piso_newluxor on 2006/11/02 09:44:27

	compilation

Affected files ...

.. //depot/projects/soc2005/libalias/sys/netinet/libalias/alias_proxy.c#11 edit

Differences ...

==== //depot/projects/soc2005/libalias/sys/netinet/libalias/alias_proxy.c#11 (text+ko) ====

@@ -354,8 +354,8 @@
 {
 	struct libalias *la;
 
+	la = entry->la;
 	LIBALIAS_LOCK_ASSERT(la);
-	la = entry->la;
 	if (entry->last != NULL)
 		entry->last->next = entry->next;
 	else


More information about the p4-projects mailing list