From: James Housley Date: Fri, 20 Jul 2007 01:03:49 +0000 (+0000) Subject: Fix a loop with PWD X-Git-Tag: curl-7_17_0-preldapfix~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ab854cafd572311f0d9b901170ec7b0d05141e8;p=thirdparty%2Fcurl.git Fix a loop with PWD --- diff --git a/lib/ssh.c b/lib/ssh.c index 481a8c5f75..b38656619a 100644 --- a/lib/ssh.c +++ b/lib/ssh.c @@ -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);