summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/resolv.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/resolv.rb b/lib/resolv.rb
index 782501b7cc..16cf4b5c88 100644
--- a/lib/resolv.rb
+++ b/lib/resolv.rb
@@ -854,7 +854,7 @@ class Resolv
raise DecodeError.new("limit exceed") if @limit < @index + len
arr = @data.unpack("@#{@index}#{template}")
@index += len
- return *arr
+ return arr
end
def get_string