mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/socket/socket.c (ruby_connect): typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2cf4fce053
commit
3aa7e4f741
1 changed files with 1 additions and 1 deletions
|
@ -748,7 +748,7 @@ ruby_connect(fd, sockaddr, len, socks)
|
|||
struct timeval tv;
|
||||
tv.tv_sec = 0;
|
||||
tv.tv_usec = 100000;
|
||||
rb_thread_wait_for(&tv);
|
||||
rb_thread_wait_for(tv);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue