summaryrefslogtreecommitdiffhomepage
path: root/libs
diff options
context:
space:
mode:
Diffstat (limited to 'libs')
-rw-r--r--libs/core/luasrc/ip.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/core/luasrc/ip.lua b/libs/core/luasrc/ip.lua
index 98666e5a5..8ac017e02 100644
--- a/libs/core/luasrc/ip.lua
+++ b/libs/core/luasrc/ip.lua
@@ -65,7 +65,7 @@ local function __array16( x, family )
list = { unpack(x[2]) }
elseif type(x) == "table" then
- list = x
+ list = { unpack(x) }
end
assert( list, "Invalid operand" )