mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Fix the windows test failure caused by the #15435 changes.
This commit is contained in:
parent
e10e6f78b1
commit
38c8e0bfc5
@ -4074,7 +4074,7 @@ tor_spawn_background(const char *const filename, const char **argv,
|
||||
format_win32_error(GetLastError()));
|
||||
return status;
|
||||
}
|
||||
if (!SetHandleInformation(stderr_pipe_write, HANDLE_FLAG_INHERIT, 0)) {
|
||||
if (!SetHandleInformation(stdin_pipe_write, HANDLE_FLAG_INHERIT, 0)) {
|
||||
log_warn(LD_GENERAL,
|
||||
"Failed to configure pipe for stdin communication with child "
|
||||
"process: %s", format_win32_error(GetLastError()));
|
||||
|
Loading…
Reference in New Issue
Block a user