PERFORCE change 71655 for review

Robert Watson rwatson at FreeBSD.org
Wed Feb 23 11:56:45 GMT 2005


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

Change 71655 by rwatson at rwatson_paprika on 2005/02/23 11:56:38

	sysctl allows the old value to be requested and the new value to be
	set in a single call, so don't return before doing both.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_bsdextended/mac_bsdextended.c#84 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/security/mac_bsdextended/mac_bsdextended.c#84 (text+ko) ====

@@ -192,7 +192,6 @@
 			mtx_unlock(&mac_bsdextended_mtx);
 			FREE(ruleptr, M_MACBSDEXTENDED);
 		}
-		return (0);
 	}
 
 	if (req->oldptr) {


More information about the p4-projects mailing list