comment
This commit is contained in:
parent
bc54a9c826
commit
21e243bf13
1 changed files with 1 additions and 1 deletions
|
@ -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 || "" )
|
||||||
|
|
Loading…
Add table
Reference in a new issue