diff options
Diffstat (limited to 'src')
| -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 | ||