diff options
author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-30 04:38:14 +0000 |
---|---|---|
committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-30 04:38:14 +0000 |
commit | da7d6381c9b15993821fdc9f1019c9b4455353a4 () | |
tree | 5fd1ad8f9ca87a48a5e9b0bbe6bab94ab8004863 /lib/drb/ssl.rb | |
parent | 0bbbb77d1a50c758812e3ef9a82ebc6fed390cac (diff) |
* 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
-rw-r--r-- | lib/drb/ssl.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] retry end end |