This commit is contained in:
blackhedd 2006-09-02 17:08:47 +00:00
parent bc54a9c826
commit 21e243bf13

View file

@ -160,7 +160,7 @@ module Net
end end
=end =end
# == is expensive so sort this if/else so the common cases are at the top. # == is expensive so sort this if/else so the common cases are at the top.
obj = if objtype == :string obj = if objtype == :string
#(newobj || "").dup #(newobj || "").dup
s = BerIdentifiedString.new( newobj || "" ) s = BerIdentifiedString.new( newobj || "" )