1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

sftp: fix indentation

This commit is contained in:
Viktor Szakats 2018-09-04 14:44:47 +00:00
parent daa3c450d0
commit 908286b57e

View File

@ -2392,7 +2392,7 @@ static CURLcode sftp_done(struct connectdata *conn, CURLcode status,
operation */
if(!status && !premature && conn->data->set.postquote &&
!conn->bits.retry) {
sshc->nextstate = SSH_SFTP_POSTQUOTE_INIT;
sshc->nextstate = SSH_SFTP_POSTQUOTE_INIT;
state(conn, SSH_SFTP_CLOSE);
}
else