Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2006 20:45:06 GMT
From:      Paolo Pisati <piso@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 111478 for review
Message-ID:  <200612112045.kBBKj6vj078500@repoman.freebsd.org>

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

Change 111478 by piso@piso_newluxor on 2006/12/11 20:44:50

	I mean UNLOCK()...
	
	Found out by: glebius

Affected files ...

.. //depot/projects/soc2005/libalias/sys/netinet/libalias/alias.c#27 edit

Differences ...

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

@@ -1226,7 +1226,7 @@
 
 	LIBALIAS_LOCK(la);
 	res = LibAliasInLocked(la, ptr, maxpacketsize);
-	LIBALIAS_LOCK(la);
+	LIBALIAS_UNLOCK(la);
 	return (res);
 }
 



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