aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/w32.c4
1 files 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 ()
612 } 612 }
613 else 613 else
614 { 614 {
615 /* Use RID, the relative portion of the SID, that is the last 615 /* Use the last sub-authority value of the RID, the relative
616 sub-authority value of the SID. */ 616 portion of the SID, as user/group ID. */
617 DWORD n_subauthorities = 617 DWORD n_subauthorities =
618 *get_sid_sub_authority_count (*((PSID *) user_sid)); 618 *get_sid_sub_authority_count (*((PSID *) user_sid));
619 619