From 75aac772067c75cb1b95d81370926fcb4929b17a Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 24 Aug 2008 17:14:31 +0000 Subject: [PATCH 1/1] * luci/libs: uvl: remove a brain-dead unpack() --- libs/uvl/luasrc/uvl.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/uvl/luasrc/uvl.lua b/libs/uvl/luasrc/uvl.lua index 6f80f97ff1..d384564c99 100644 --- a/libs/uvl/luasrc/uvl.lua +++ b/libs/uvl/luasrc/uvl.lua @@ -325,7 +325,7 @@ function UVL._validate_section( self, section ) section:cid() .. '.' .. k ] then return false, 'Option "%s" not found in scheme' - % self.log.id( unpack(section:sid()), k ) + % self.log.id( section:sid(), k ) end end end -- 2.30.2