fixed wrong var name

This commit is contained in:
Gunter Knauf 2007-06-27 10:12:48 +00:00
parent 33b9daaa4c
commit a2060effed

View File

@ -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 {