]> granicus.if.org Git - php/commitdiff
- ws
authorPierre Joye <pajoye@php.net>
Mon, 25 Jan 2010 09:01:22 +0000 (09:01 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 25 Jan 2010 09:01:22 +0000 (09:01 +0000)
TSRM/tsrm_win32.c

index 1b9f9d8f3999f96f052c28507a2d9a9d5ffb7620..7b2deceb54d906dcc4e87fe67d31c3a541fa0e44 100644 (file)
@@ -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))  {