# HG changeset patch # User Eli Zaretskii # Date 1201359121 0 # Node ID e576feac5b90ddea6af6e01749e40650393c146e # Parent ebda2d2b19fb569b01d1059ff0b05110c75d53d9 (init_user_info): Fix commentary for RID usage. diff -r ebda2d2b19fb -r e576feac5b90 src/w32.c --- a/src/w32.c Sat Jan 26 14:51:58 2008 +0000 +++ b/src/w32.c Sat Jan 26 14:52:01 2008 +0000 @@ -612,8 +612,8 @@ } 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));