mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
Fix a loop with PWD
This commit is contained in:
parent
4a2f0fb2be
commit
2ab854cafd
@ -749,6 +749,8 @@ static CURLcode ssh_statemach_act(struct connectdata *conn)
|
|||||||
sftp_scp->path);
|
sftp_scp->path);
|
||||||
Curl_debug(data, CURLINFO_HEADER_IN, tmp, strlen(tmp), conn);
|
Curl_debug(data, CURLINFO_HEADER_IN, tmp, strlen(tmp), conn);
|
||||||
}
|
}
|
||||||
|
state(conn, SSH_SFTP_NEXT_QUOTE);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
else if (sshc->quote_item->data) {
|
else if (sshc->quote_item->data) {
|
||||||
fprintf(stderr, "data: %s\n", sshc->quote_item->data);
|
fprintf(stderr, "data: %s\n", sshc->quote_item->data);
|
||||||
|
Loading…
Reference in New Issue
Block a user