PERFORCE change 15354 for review

Robert Watson rwatson at freebsd.org
Thu Aug 1 01:19:08 GMT 2002


http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15354

Change 15354 by rwatson at rwatson_paprika on 2002/07/31 18:19:04

	Remove dup from integ.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/kern/uipc_usrreq.c#21 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/kern/uipc_usrreq.c#21 (text+ko) ====

@@ -744,11 +744,6 @@
 		mac_set_socket_peer_from_socket(so3, so);
 #endif
 
-#ifdef MAC
-		mac_set_socket_peer_from_socket(so, so3);
-		mac_set_socket_peer_from_socket(so3, so);
-#endif
-
 		so2 = so3;
 	}
 	error = unp_connect2(so, so2);
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list