Bugzilla – Attachment 1341 Details for
Bug 1354
slight problems with sftp client
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for the second problem
sftp-wildcard-abort.patch (text/plain), 672 bytes, created by
Tomas Mraz
on 2007-08-14 19:55:32 AEST
(
hide
)
Description:
Patch for the second problem
Filename:
MIME Type:
Creator:
Tomas Mraz
Created:
2007-08-14 19:55:32 AEST
Size:
672 bytes
patch
obsolete
>--- sftp.c.wildcard-abort 2007-08-14 11:25:40.000000000 +0200 >+++ sftp.c 2007-08-14 11:27:50.000000000 +0200 >@@ -551,7 +551,7 @@ process_get(struct sftp_conn *conn, char > goto out; > } > >- for (i = 0; g.gl_pathv[i] && !interrupted; i++) { >+ for (i = 0; g.gl_pathv[i] && !interrupted && err != -1; i++) { > if (infer_path(g.gl_pathv[i], &tmp)) { > err = -1; > goto out; >@@ -619,7 +619,7 @@ process_put(struct sftp_conn *conn, char > goto out; > } > >- for (i = 0; g.gl_pathv[i] && !interrupted; i++) { >+ for (i = 0; g.gl_pathv[i] && !interrupted && err != -1; i++) { > if (!is_reg(g.gl_pathv[i])) { > error("skipping non-regular file %s", > g.gl_pathv[i]);
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 1354
:
1340
| 1341