pajoye Mon, 25 Jan 2010 09:01:22 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=293964
Log: - ws Changed paths: U php/php-src/branches/PHP_5_3/TSRM/tsrm_win32.c U php/php-src/trunk/TSRM/tsrm_win32.c Modified: php/php-src/branches/PHP_5_3/TSRM/tsrm_win32.c =================================================================== --- php/php-src/branches/PHP_5_3/TSRM/tsrm_win32.c 2010-01-25 07:15:13 UTC (rev 293963) +++ php/php-src/branches/PHP_5_3/TSRM/tsrm_win32.c 2010-01-25 09:01:22 UTC (rev 293964) @@ -146,7 +146,7 @@ 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)) { Modified: php/php-src/trunk/TSRM/tsrm_win32.c =================================================================== --- php/php-src/trunk/TSRM/tsrm_win32.c 2010-01-25 07:15:13 UTC (rev 293963) +++ php/php-src/trunk/TSRM/tsrm_win32.c 2010-01-25 09:01:22 UTC (rev 293964) @@ -146,7 +146,7 @@ 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)) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php