mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/drb/ssl.rb (SSLConfig#accept) sorry, self[:verbose] is inner class's method.
so reverted... git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0bbbb77d1a
commit
da7d6381c9
2 changed files with 1 additions and 6 deletions
|
@ -1,8 +1,3 @@
|
|||
Tue Aug 30 13:28:17 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
||||
|
||||
* lib/drb/ssl.rb (SSLConfig#accept) fixed "Undefined method verbose"
|
||||
[ruby-Bugs:1701]
|
||||
|
||||
Tue Aug 30 12:45:15 2005 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* eval.c (rb_f_send): do not call private methods if the receiver
|
||||
|
|
|
@ -180,7 +180,7 @@ module DRb
|
|||
ssl = @config.accept(soc)
|
||||
self.class.new(uri, ssl, @config, true)
|
||||
rescue OpenSSL::SSL::SSLError
|
||||
warn("#{__FILE__}:#{__LINE__}: warning: #{$!.message} (#{$!.class})") if self[:verbose]
|
||||
warn("#{__FILE__}:#{__LINE__}: warning: #{$!.message} (#{$!.class})") if verbose
|
||||
retry
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue