diff options
author | Pierre Joye <pajoye@php.net> | 2010-01-25 09:01:22 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2010-01-25 09:01:22 +0000 |
commit | 3111aa2638f45d3361f57e27bf2596e2558ac8b7 (patch) | |
tree | 75a39983e79302c32207110961cbf32f72ffbdc0 /TSRM | |
parent | 00a8cab860c63d5e73e8fc2bae18432d1dc475d0 (diff) | |
download | php-git-3111aa2638f45d3361f57e27bf2596e2558ac8b7.tar.gz |
- ws
Diffstat (limited to 'TSRM')
-rw-r--r-- | TSRM/tsrm_win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TSRM/tsrm_win32.c b/TSRM/tsrm_win32.c index 1b9f9d8f39..7b2deceb54 100644 --- a/TSRM/tsrm_win32.c +++ b/TSRM/tsrm_win32.c @@ -146,7 +146,7 @@ PSID tsrm_win32_get_token_sid(HANDLE hToken) PSID *ppsid = &sid; DWORD sid_len; PSID pResultSid = NULL; - + /* Get the actual size of the TokenUser structure */ if (!GetTokenInformation( hToken, TokenUser, (LPVOID) pTokenUser, 0, &dwLength)) { |