FS-7621 #resolve

This commit is contained in:
Anthony Minessale 2015-06-11 18:40:18 -05:00
parent e2e1465851
commit 8188dd717e

View File

@ -468,7 +468,7 @@ static int sockopt_callback(void *clientp, curl_socket_t curlfd,
context->curlfd = curlfd;
return CURL_SOCKOPT_OK;
return 0;
}
#define MY_BUF_LEN 1024 * 32