minor indent fix
This commit is contained in:
parent
1beb7de7e0
commit
cb4a5f5a2b
10
lib/ssh.c
10
lib/ssh.c
@ -531,11 +531,11 @@ CURLcode Curl_scp_do(struct connectdata *conn, bool *done)
|
|||||||
* same name as the last directory in the path.
|
* same name as the last directory in the path.
|
||||||
*/
|
*/
|
||||||
scp->ssh_channel = libssh2_scp_send_ex(scp->ssh_session, scp->path,
|
scp->ssh_channel = libssh2_scp_send_ex(scp->ssh_session, scp->path,
|
||||||
LIBSSH2_SFTP_S_IRUSR|
|
LIBSSH2_SFTP_S_IRUSR|
|
||||||
LIBSSH2_SFTP_S_IWUSR|
|
LIBSSH2_SFTP_S_IWUSR|
|
||||||
LIBSSH2_SFTP_S_IRGRP|
|
LIBSSH2_SFTP_S_IRGRP|
|
||||||
LIBSSH2_SFTP_S_IROTH,
|
LIBSSH2_SFTP_S_IROTH,
|
||||||
conn->data->set.infilesize, 0, 0);
|
conn->data->set.infilesize, 0, 0);
|
||||||
if (!scp->ssh_channel)
|
if (!scp->ssh_channel)
|
||||||
return CURLE_FAILED_INIT;
|
return CURLE_FAILED_INIT;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user