From ce0ee994e482b5808ee7a285fd72765a79746f4b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 26 Jan 2008 14:52:01 +0000 Subject: [PATCH] (init_user_info): Fix commentary for RID usage. --- src/w32.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/w32.c b/src/w32.c index 88c9c78316d..1febcf2c4f4 100644 --- a/src/w32.c +++ b/src/w32.c @@ -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)); -- 2.39.2