Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Nov 2006 09:44:32 GMT
From:      Paolo Pisati <piso@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 109027 for review
Message-ID:  <200611020944.kA29iW4N015360@repoman.freebsd.org>

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

Change 109027 by piso@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



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