PERFORCE change 113370 for review
Todd Miller
millert at FreeBSD.org
Mon Jan 22 16:32:38 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=113370
Change 113370 by millert at millert_macbook on 2007/01/22 16:32:32
Fix mis-merge in @113355.
Affected files ...
.. //depot/projects/trustedbsd/sedarwin8/darwin/xnu/osfmk/ipc/ipc_labelh.c#12 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin8/darwin/xnu/osfmk/ipc/ipc_labelh.c#12 (text+ko) ====
@@ -162,8 +162,7 @@
return (old);
lh = labelh_duplicate(old);
lh_release(old);
- if (!keepold)
- lh_check_unlock(old);
+ lh_check_unlock(old);
lh_lock(lh);
return (lh);
}
More information about the trustedbsd-cvs
mailing list