1
0
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:
James Housley 2007-07-20 01:03:49 +00:00
parent 4a2f0fb2be
commit 2ab854cafd

View File

@ -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);