Skip to content
Snippets Groups Projects
Commit d3ee8374 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Fixed a valgrind uninitialized variable error.

parent 3f55ed0e
No related branches found
No related tags found
No related merge requests found
......@@ -414,6 +414,7 @@ static CURLcode ftp_readresp(curl_socket_t sockfd,
int code = 0;
*ftpcode = 0; /* 0 for errors or not done */
*size = 0;
ptr=buf + ftpc->nread_resp;
......
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