ruby-changes:38324
From: nobu <ko1@a...>
Date: Thu, 30 Apr 2015 16:45:45 +0900 (JST)
Subject: [ruby-changes:38324] nobu:r50405 (trunk): ipsocket.c: fix merge miss
nobu 2015-04-30 16:45:36 +0900 (Thu, 30 Apr 2015) New Revision: 50405 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50405 Log: ipsocket.c: fix merge miss * ext/socket/ipsocket.c (init_inetsock_internal): fix local variable name by merge miss. [ruby-core:68531] [Bug #10975] Modified files: trunk/ext/socket/ipsocket.c Index: ext/socket/ipsocket.c =================================================================== --- ext/socket/ipsocket.c (revision 50404) +++ ext/socket/ipsocket.c (revision 50405) @@ -127,7 +127,7 @@ init_inetsock_internal(struct inetsock_a https://github.com/ruby/ruby/blob/trunk/ext/socket/ipsocket.c#L127 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; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/