]> 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 8482588af5d0928c14711510353d6ef6f0631dc5..a6bb697fdd3155dc28b031bdb691538e10c8c726 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))  {