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:
parent
0779f743d7
commit
0f12658995
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue