mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 18:13:58 +02:00
Fix compile error of sockssocket
The patch is provided by PhobosK (Phobos Kappa). This should be backported to Ruby 3.0. [Feature #17187]
This commit is contained in:
parent
1ce4e90dc7
commit
21340303c2
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ socks_init(VALUE sock, VALUE host, VALUE port)
|
||||||
init = 1;
|
init = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
return rsock_init_inetsock(sock, host, port, Qnil, Qnil, INET_SOCKS, Qnil);
|
return rsock_init_inetsock(sock, host, port, Qnil, Qnil, INET_SOCKS, Qnil, Qnil);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef SOCKS5
|
#ifdef SOCKS5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue