summaryrefslogtreecommitdiff
path: root/ext/socket/socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/socket/socket.c')
-rw-r--r--ext/socket/socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/socket/socket.c b/ext/socket/socket.c
index d315526203..c29d4bc759 100644
--- a/ext/socket/socket.c
+++ b/ext/socket/socket.c
@@ -70,7 +70,7 @@
#endif
#include "sockport.h"
-static int do_not_reverse_lookup = 1;
+static int do_not_reverse_lookup = 0;
#define FMODE_NOREVLOOKUP 0x100
VALUE rb_cBasicSocket;