1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/socket/socket.c: turn on do_not_reverse_lookup by default,

which has been reverted in r9880 probably unintentionally,
  according to matz.  [ruby-core:24530]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2010-02-02 09:15:19 +00:00
parent 970e90dd15
commit 4dfd71005c
2 changed files with 7 additions and 1 deletions

View file

@ -28,7 +28,7 @@ VALUE rb_eSocket;
VALUE rb_cSOCKSSocket;
#endif
int rsock_do_not_reverse_lookup = 0;
int rsock_do_not_reverse_lookup = 1;
void
rsock_raise_socket_error(const char *reason, int error)