Bugzilla – Attachment 1164 Details for
Bug 1208
ssh fails to remove control socket when ssh is abnormally terminated
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
subversion patch
svn.diff (text/plain), 823 bytes, created by
Damien Miller
on 2006-07-10 16:03:41 AEST
(
hide
)
Description:
subversion patch
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2006-07-10 16:03:41 AEST
Size:
823 bytes
patch
obsolete
>--- subversion-1.3.1-orig/subversion/libsvn_ra_svn/client.c Fri Dec 9 12:55:09 2005 >+++ subversion-1.3.1/subversion/libsvn_ra_svn/client.c Mon Jul 10 16:00:51 2006 >@@ -454,7 +454,7 @@ > > /* We have one predefined tunnel scheme, if it isn't overridden by config. */ > if (!val && strcmp(tunnel, "ssh") == 0) >- val = "$SVN_SSH ssh"; >+ val = "$SVN_SSH ssh -q"; > > if (!val || !*val) > return svn_error_createf(SVN_ERR_BAD_URL, NULL, >@@ -551,7 +551,7 @@ > * - Killing the tunnel agent with SIGTERM leads to unsightly > * stderr output from ssh. > */ >- apr_pool_note_subprocess(pool, proc, APR_KILL_ALWAYS); >+ apr_pool_note_subprocess(pool, proc, APR_KILL_ONLY_ONCE); > > /* APR pipe objects inherit by default. But we don't want the > * tunnel agent's pipes held open by future child processes
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1208
:
1159
|
1160
|
1161
|
1162
|
1163
| 1164 |
1309