From: Pierre Joye Date: Mon, 25 Jan 2010 09:01:22 +0000 (+0000) Subject: - ws X-Git-Tag: php-5.4.0alpha1~191^2~2043 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b330450ff7af0fefc91c73cd67acf24290e4e0d6;p=php - ws --- diff --git a/TSRM/tsrm_win32.c b/TSRM/tsrm_win32.c index 8482588af5..a6bb697fdd 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)) {