From: Jonas Schnelli Date: Fri, 25 Nov 2011 14:02:43 +0000 (+0100) Subject: rectify comment X-Git-Tag: upstream/7.37.1~3481 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0604b2fb90cb91c047f0946ed5e235639f2100af;p=platform%2Fupstream%2Fcurl.git rectify comment --- diff --git a/lib/ssh.h b/lib/ssh.h index 7ab5255..dce035b 100644 --- a/lib/ssh.h +++ b/lib/ssh.h @@ -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 */