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

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
This commit is contained in:
nobu 2015-04-30 07:45:36 +00:00
parent db7a4e66e1
commit 03c19dc555

View file

@ -127,7 +127,7 @@ init_inetsock_internal(struct inetsock_arg *arg)
port = arg->remote.serv; 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; arg->fd = -1;