Skip to content
Snippets Groups Projects
Commit 6ca321ca authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Curl_sndbufset is (at times) defined in the header, no need to do it again here

parent 9c788a52
No related branches found
No related tags found
No related merge requests found
......@@ -719,8 +719,6 @@ void Curl_sndbufset(curl_socket_t sockfd)
int val = CURL_MAX_WRITE_SIZE + 32;
setsockopt(sockfd, SOL_SOCKET, SO_SNDBUF, (const char *)&val, sizeof(val));
}
#else
#define Curl_sndbufset(y)
#endif
......
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