mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:57:25 +03:00
Fix a loop with PWD
This commit is contained in:
parent
4a2f0fb2be
commit
2ab854cafd
1 changed files with 2 additions and 0 deletions
|
|
@ -749,6 +749,8 @@ static CURLcode ssh_statemach_act(struct connectdata *conn)
|
|||
sftp_scp->path);
|
||||
Curl_debug(data, CURLINFO_HEADER_IN, tmp, strlen(tmp), conn);
|
||||
}
|
||||
state(conn, SSH_SFTP_NEXT_QUOTE);
|
||||
break;
|
||||
}
|
||||
else if (sshc->quote_item->data) {
|
||||
fprintf(stderr, "data: %s\n", sshc->quote_item->data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue