Skip to content

Commit f990092

Browse files
committed
Merge issues.
1 parent ce28cb9 commit f990092

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

contrib/win32/openssh/Win32-OpenSSH.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
4-
VisualStudioVersion = 14.0.23107.0
4+
VisualStudioVersion = 14.0.25420.1
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ssh", "ssh.vcxproj", "{74E69D5E-A1EF-46EA-9173-19A412774104}"
77
ProjectSection(ProjectDependencies) = postProject

contrib/win32/win32compat/shell-host.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,12 +1117,6 @@ int start_with_pty(int ac, wchar_t **av) {
11171117
// Copy our parent buffer sizes
11181118
si.cb = sizeof(STARTUPINFO);
11191119
si.dwFlags = 0;
1120-
if (fnSetWinEventHook == NULL) {
1121-
si.hStdInput = INVALID_HANDLE_VALUE;
1122-
si.hStdOutput = pipe_out;
1123-
si.hStdError = pipe_err;
1124-
si.dwFlags = STARTF_USESTDHANDLES;
1125-
}
11261120

11271121
/* disable inheritance on pipe_in*/
11281122
GOTO_CLEANUP_ON_FALSE(SetHandleInformation(pipe_in, HANDLE_FLAG_INHERIT, 0));

0 commit comments

Comments
 (0)