Bugzilla – Attachment 2331 Details for
Bug 2151
Call to upload_dir() has pflag and printflag swapped
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Make definition match actual usage.
upload_dir-swapped-args.diff (text/plain), 523 bytes, created by
Iain Morgan
on 2013-09-11 09:46:48 AEST
(
hide
)
Description:
Make definition match actual usage.
Filename:
MIME Type:
Creator:
Iain Morgan
Created:
2013-09-11 09:46:48 AEST
Size:
523 bytes
patch
obsolete
>Index: sftp-client.c >=================================================================== >RCS file: /cvs/openssh/sftp-client.c,v >retrieving revision 1.115 >diff -u -r1.115 sftp-client.c >--- sftp-client.c 20 Aug 2013 16:42:13 -0000 1.115 >+++ sftp-client.c 10 Sep 2013 20:17:52 -0000 >@@ -1643,8 +1643,8 @@ > } > > int >-upload_dir(struct sftp_conn *conn, char *src, char *dst, int printflag, >- int pflag) >+upload_dir(struct sftp_conn *conn, char *src, char *dst, int pflag, >+ int printflag) > { > char *dst_canon; > int ret;
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 2151
: 2331