From a2060effed77c88e1349392a839ee49229fda1fe Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Wed, 27 Jun 2007 10:12:48 +0000 Subject: fixed wrong var name --- lib/ssh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/ssh.c b/lib/ssh.c index 7e42b2249..7b5d1a788 100644 --- a/lib/ssh.c +++ b/lib/ssh.c @@ -1493,7 +1493,7 @@ CURLcode Curl_sftp_do(struct connectdata *conn, bool *done) if (tmpLine == NULL) { return CURLE_OUT_OF_MEMORY; } - result = Curl_client_write(conn, CLIENTWRITE_BODY, tmpLine, 0); + res = Curl_client_write(conn, CLIENTWRITE_BODY, tmpLine, 0); Curl_safefree(tmpLine); } else { -- cgit v1.2.3