From: Pierre Joye Date: Mon, 25 Jan 2010 09:01:22 +0000 (+0000) Subject: - ws X-Git-Tag: php-5.4.0alpha1~394 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3111aa2638f45d3361f57e27bf2596e2558ac8b7;p=php - ws --- 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)) {