mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
3ff53c8e04
commit
5b21e94beb
Notes:
git
2022-07-22 01:42:33 +09:00
158 changed files with 38285 additions and 37251 deletions
|
@ -30,8 +30,8 @@ socks_init(VALUE sock, VALUE host, VALUE port)
|
|||
static int init = 0;
|
||||
|
||||
if (init == 0) {
|
||||
SOCKSinit("ruby");
|
||||
init = 1;
|
||||
SOCKSinit("ruby");
|
||||
init = 1;
|
||||
}
|
||||
|
||||
return rsock_init_inetsock(sock, host, port, Qnil, Qnil, INET_SOCKS, Qnil, Qnil);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue