changeset 87995:e576feac5b90

(init_user_info): Fix commentary for RID usage.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 26 Jan 2008 14:52:01 +0000
parents ebda2d2b19fb
children 24ee99ee0e23
files src/w32.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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));