From a96e9f3b9405d8d97177133acb12bd455731c50c Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Fri, 4 Sep 2009 06:59:08 +0000 Subject: [PATCH] - be sure that we use the user token by default (Christian Wenz) --- 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 d8d4214b91..4683053e43 100644 --- a/TSRM/tsrm_win32.c +++ b/TSRM/tsrm_win32.c @@ -319,7 +319,7 @@ TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *ptype = (char *)type; HANDLE thread_token = NULL; HANDLE token_user = NULL; - BOOL asuser = FALSE; + BOOL asuser = TRUE; TSRMLS_FETCH(); -- 2.50.1