if(result)
failf(data, "Failed sending DICT request");
else
- result = Curl_Transfer(conn, sockfd, -1, FALSE, bytecount,
+ result = Curl_Transfer(conn, FIRSTSOCKET, -1, FALSE, bytecount,
-1, NULL); /* no upload */
if(result)
return result;
if(result)
failf(data, "Failed sending DICT request");
else
- result = Curl_Transfer(conn, sockfd, -1, FALSE, bytecount,
+ result = Curl_Transfer(conn, FIRSTSOCKET, -1, FALSE, bytecount,
-1, NULL); /* no upload */
if(result)
if(result)
failf(data, "Failed sending DICT request");
else
- result = Curl_Transfer(conn, sockfd, -1, FALSE, bytecount,
+ result = Curl_Transfer(conn, FIRSTSOCKET, -1, FALSE, bytecount,
-1, NULL);
if(result)
return result;