mirror of
https://github.com/curl/curl.git
synced 2026-05-20 03:26:24 +03:00
rectify comment
This commit is contained in:
parent
8f50a5c7e5
commit
0604b2fb90
1 changed files with 2 additions and 1 deletions
|
|
@ -115,7 +115,8 @@ struct ssh_conn {
|
|||
char *quote_path1; /* two generic pointers for the QUOTE stuff */
|
||||
char *quote_path2;
|
||||
LIBSSH2_SFTP_ATTRIBUTES quote_attrs; /* used by the SFTP_QUOTE state */
|
||||
bool acceptfail; /* accept file in SFTP_QUOTE state */
|
||||
bool acceptfail; /* used by the SFTP_QUOTE (continue if
|
||||
quote command fails) */
|
||||
char *homedir; /* when doing SFTP we figure out home dir in the
|
||||
connect phase */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue