From 03c19dc55506a4ee1968c70cf5dced418f1a0a32 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 30 Apr 2015 07:45:36 +0000 Subject: ipsocket.c: fix merge miss * ext/socket/ipsocket.c (init_inetsock_internal): fix local variable name by merge miss. [ruby-core:68531] [Bug #10975] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50405 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/socket/ipsocket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/socket/ipsocket.c b/ext/socket/ipsocket.c index 9b32d082dd..8d8d6335d1 100644 --- a/ext/socket/ipsocket.c +++ b/ext/socket/ipsocket.c @@ -127,7 +127,7 @@ init_inetsock_internal(struct inetsock_arg *arg) port = arg->remote.serv; } - rsock_syserr_fail_host_port(error, mesg, host, port); + rsock_syserr_fail_host_port(error, syscall, host, port); } arg->fd = -1; -- cgit v1.2.3