Skip to content
Snippets Groups Projects
Commit a2060eff authored by Guenter Knauf's avatar Guenter Knauf
Browse files

fixed wrong var name

parent 33b9daaa
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment