Skip to content

Commit 7770280

Browse files
author
blackhedd
committed
Fixed bug in String#to_ber. Thanks Austin.
1 parent c9fb425 commit 7770280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/netber.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ class StringIO
137137

138138
class String
139139
def read_ber syntax=nil
140-
StringIO.new(self).read_ber
140+
StringIO.new(self).read_ber(syntax)
141141
end
142142
end
143143

0 commit comments

Comments
 (0)