projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00a8cab
)
- ws
author
Pierre Joye
<pajoye@php.net>
Mon, 25 Jan 2010 09:01:22 +0000
(09:01 +0000)
committer
Pierre Joye
<pajoye@php.net>
Mon, 25 Jan 2010 09:01:22 +0000
(09:01 +0000)
TSRM/tsrm_win32.c
patch
|
blob
|
history
diff --git
a/TSRM/tsrm_win32.c
b/TSRM/tsrm_win32.c
index 1b9f9d8f3999f96f052c28507a2d9a9d5ffb7620..7b2deceb54d906dcc4e87fe67d31c3a541fa0e44 100644
(file)
--- 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)) {