Catch even more generic errors

git-svn-id: file:///home/svn/framework3/trunk@4816 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2007-04-30 00:13:26 +00:00
parent abb0ac92d9
commit bf56c136ee
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ module Socket
s = ::Socket.new(::Socket::AF_INET6, ::Socket::SOCK_DGRAM, ::Socket::IPPROTO_UDP)
s.close
@@support_ipv6 = "yes"
rescue ::SocketError
rescue
end
end