mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 21:20:45 -08:00
(init_user_info): Fix commentary for RID usage.
This commit is contained in:
parent
19eab3c797
commit
ce0ee994e4
1 changed files with 2 additions and 2 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue