From 3111aa2638f45d3361f57e27bf2596e2558ac8b7 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 25 Jan 2010 09:01:22 +0000 Subject: [PATCH] - ws --- TSRM/tsrm_win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- 2.40.0