mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Remove debug code.
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
6e5d70b648
commit
599831264a
@ -2822,10 +2822,7 @@ win32_openssh_thread (void *arg)
|
|||||||
if (!GetNamedPipeClientProcessId (pipe, &ctrl->client_pid))
|
if (!GetNamedPipeClientProcessId (pipe, &ctrl->client_pid))
|
||||||
log_info ("failed to get client process id: %ld\n", GetLastError ());
|
log_info ("failed to get client process id: %ld\n", GetLastError ());
|
||||||
else
|
else
|
||||||
{
|
|
||||||
log_info ("PID: %ld\n", ctrl->client_pid);
|
|
||||||
ctrl->client_uid = -1;
|
ctrl->client_uid = -1;
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ctrl->session_env = session_env_new ();
|
ctrl->session_env = session_env_new ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user