PERFORCE change 19562 for review
Robert Watson
rwatson at freebsd.org
Fri Oct 18 18:10:09 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=19562
Change 19562 by rwatson at rwatson_tislabs on 2002/10/18 11:10:02
Remove extra indent; put in missing internalize call.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#315 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#315 (text+ko) ====
@@ -4267,7 +4267,8 @@
}
mac_init_vnode_label(&intlabel);
- free(buffer, M_MACTEMP);
+ error = mac_internalize_vnode_label(&intlabel, buffer);
+ free(buffer, M_MACTEMP);
if (error) {
mac_destroy_vnode_label(&intlabel);
return (error);
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