From: Jean-Philippe Lang Date: Fri, 15 Feb 2008 17:22:21 +0000 (+0000) Subject: Fix applied to ruby-net-ldap (#608). X-Git-Tag: 0.7.0-RC1~139 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=96b78fdae579335057439c25211b2e2195b40130;p=redmine.git Fix applied to ruby-net-ldap (#608). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1148 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/vendor/plugins/ruby-net-ldap-0.0.4/lib/net/ber.rb b/vendor/plugins/ruby-net-ldap-0.0.4/lib/net/ber.rb index e76100656..6589415dc 100644 --- a/vendor/plugins/ruby-net-ldap-0.0.4/lib/net/ber.rb +++ b/vendor/plugins/ruby-net-ldap-0.0.4/lib/net/ber.rb @@ -68,7 +68,7 @@ module Net # this can throw TypeErrors and other nasties. # def read_ber syntax=nil - return nil if eof? + return nil if (StringIO == self.class) and eof? id = getc # don't trash this value, we'll use it later tag = id & 31