summaryrefslogtreecommitdiff
path: root/ext/socket
diff options
context:
space:
mode:
Diffstat (limited to 'ext/socket')
-rw-r--r--ext/socket/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/socket/init.c b/ext/socket/init.c
index b143dccd5f..d744f8c559 100644
--- a/ext/socket/init.c
+++ b/ext/socket/init.c
@@ -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)