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

fix missing assignment in r42174

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2013-07-26 00:06:45 +00:00
parent 0779f743d7
commit 0f12658995

View file

@ -682,7 +682,7 @@ class TestRingFinger < Test::Unit::TestCase
end
def test_make_socket_ipv6_multicast_hops
prepare_ipv6(@rf)
ifaddr = prepare_ipv6(@rf)
@rf.multicast_hops = 2
begin
v6mc = @rf.make_socket("ff02::1")