PERFORCE change 101966 for review

John Baldwin jhb at FreeBSD.org
Wed Jul 19 21:25:07 UTC 2006


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

Change 101966 by jhb at jhb_mutex on 2006/07/19 21:24:39

	Oops.

Affected files ...

.. //depot/projects/smpng/sys/compat/svr4/svr4_socket.c#13 edit

Differences ...

==== //depot/projects/smpng/sys/compat/svr4/svr4_socket.c#13 (text+ko) ====

@@ -126,7 +126,6 @@
 
 	if ((error = copyinstr(path, e->sock.sun_path,
 	    sizeof(e->sock.sun_path), &len)) != 0) {
-		mtx_unlock(&Giant);
 		DPRINTF(("svr4_add_socket: copyinstr failed %d\n", error));
 		free(e, M_TEMP);
 		return error;


More information about the p4-projects mailing list