mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
Tor fixed a left-over from the ip argument to setnodelay
This commit is contained in:
parent
843391c745
commit
ed22afe5fb
@ -493,7 +493,6 @@ static void Curl_setNoDelay(struct connectdata *conn,
|
||||
#else
|
||||
(void)conn;
|
||||
(void)sockfd;
|
||||
(void)ip;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user