1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 13:10:57 -08:00

(init_user_info): Fix commentary for RID usage.

This commit is contained in:
Eli Zaretskii 2008-01-26 14:52:01 +00:00
parent 19eab3c797
commit ce0ee994e4

View file

@ -612,8 +612,8 @@ init_user_info ()
}
else
{
/* Use RID, the relative portion of the SID, that is the last
sub-authority value of the SID. */
/* Use the last sub-authority value of the RID, the relative
portion of the SID, as user/group ID. */
DWORD n_subauthorities =
*get_sid_sub_authority_count (*((PSID *) user_sid));