diff options
| author | Eli Zaretskii | 2008-01-26 14:52:01 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-01-26 14:52:01 +0000 |
| commit | ce0ee994e482b5808ee7a285fd72765a79746f4b (patch) | |
| tree | 6f64fb1b4962ae262cb265d81dbe3ad2534c2037 | |
| parent | 19eab3c797a7986fdccadbad488d69248538c6ed (diff) | |
| download | emacs-ce0ee994e482b5808ee7a285fd72765a79746f4b.tar.gz emacs-ce0ee994e482b5808ee7a285fd72765a79746f4b.zip | |
(init_user_info): Fix commentary for RID usage.
| -rw-r--r-- | src/w32.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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 | ||