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

Tor fixed a left-over from the ip argument to setnodelay

parent 843391c7
No related branches found
No related tags found
No related merge requests found
......@@ -493,7 +493,6 @@ static void Curl_setNoDelay(struct connectdata *conn,
#else
(void)conn;
(void)sockfd;
(void)ip;
#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