diff options
author | Jonas Schnelli <jonas.schnelli@include7.ch> | 2011-11-25 15:02:43 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-11-25 15:02:43 +0100 |
commit | 0604b2fb90cb91c047f0946ed5e235639f2100af (patch) | |
tree | 87acc72dc10e02816eede1ed68cfc16335c72c49 | |
parent | 8f50a5c7e517dee2dbdf01c0228c1baa6f03cdc1 (diff) |
rectify comment
-rw-r--r-- | lib/ssh.h | 3 |
1 files changed, 2 insertions, 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 */ |