Remove debug code.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka 2022-08-01 14:14:15 +09:00
parent 6e5d70b648
commit 599831264a
1 changed files with 1 additions and 4 deletions

View File

@ -2822,10 +2822,7 @@ win32_openssh_thread (void *arg)
if (!GetNamedPipeClientProcessId (pipe, &ctrl->client_pid))
log_info ("failed to get client process id: %ld\n", GetLastError ());
else
{
log_info ("PID: %ld\n", ctrl->client_pid);
ctrl->client_uid = -1;
}
ctrl->client_uid = -1;
#endif
ctrl->session_env = session_env_new ();