]> granicus.if.org Git - php/commitdiff
- be sure that we use the user token by default (Christian Wenz)
authorPierre Joye <pajoye@php.net>
Fri, 4 Sep 2009 06:59:08 +0000 (06:59 +0000)
committerPierre Joye <pajoye@php.net>
Fri, 4 Sep 2009 06:59:08 +0000 (06:59 +0000)
TSRM/tsrm_win32.c

index d8d4214b914865b0df905a9b859aab7067cc45fb..4683053e439e0cf2d8af912105b41e068c2699f6 100644 (file)
@@ -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();