X Tutup
Skip to content

Commit a200f57

Browse files
Don't print hToken
1 parent c015543 commit a200f57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/elevate.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ int runas(int argc, char** argv) {
206206
if (!LogonUserW(wuser, L".", wpassword, LOGON32_LOGON_INTERACTIVE, LOGON32_PROVIDER_DEFAULT, &hToken)) {
207207
wbail(127, "LogonUser");
208208
}
209-
fprintf(stderr, "hToken = %p\n", hToken);
210209

211210
if (!CreateEnvironmentBlock(&lpvEnv, hToken, TRUE)) {
212211
wbail(127, "CreateEnvironmentBlock");

0 commit comments

Comments
 (0)
X Tutup