Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Feb 2005 11:56:44 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 71655 for review
Message-ID:  <200502231156.j1NBuiWN042494@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

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

Change 71655 by rwatson@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) {



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