Bugzilla – Attachment 2616 Details for
Bug 2394
Provide a global configuration option to disable ControlPersist
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
proposed patch
file_2394.txt (text/plain), 456 bytes, created by
Jakub Jelen
on 2015-05-05 18:44:53 AEST
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Jakub Jelen
Created:
2015-05-05 18:44:53 AEST
Size:
456 bytes
patch
obsolete
>diff --git a/ssh.c b/ssh.c >index 3fd5a94..0db280d 100644 >--- a/ssh.c >+++ b/ssh.c >@@ -537,7 +537,8 @@ main(int ac, char **av) > * Discard other fds that are hanging around. These can cause problem > * with backgrounded ssh processes started by ControlPersist. > */ >- closefrom(STDERR_FILENO + 1); >+ if (options.control_persist) >+ closefrom(STDERR_FILENO + 1); > > /* > * Save the original real uid. It will be needed later (uid-swapping
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2394
:
2616
|
2622