From 2dd9ccef6958866f38f05c73ef514b8f5d01c4b8 Mon Sep 17 00:00:00 2001 From: Christian Schoenebeck Date: Thu, 31 Dec 2015 12:14:13 +0100 Subject: luci-app-ddns: removing unneeded assert - remove unneeded assert() in tools/ddns.lua - correct PKG_VERSION to the correct value from controller/ddns.lua Signed-off-by: Christian Schoenebeck --- applications/luci-app-ddns/luasrc/tools/ddns.lua | 2 -- 1 file changed, 2 deletions(-) mode change 100644 => 100755 applications/luci-app-ddns/luasrc/tools/ddns.lua (limited to 'applications/luci-app-ddns/luasrc/tools/ddns.lua') diff --git a/applications/luci-app-ddns/luasrc/tools/ddns.lua b/applications/luci-app-ddns/luasrc/tools/ddns.lua old mode 100644 new mode 100755 index ecc4131364..02331f44d0 --- a/applications/luci-app-ddns/luasrc/tools/ddns.lua +++ b/applications/luci-app-ddns/luasrc/tools/ddns.lua @@ -166,8 +166,6 @@ function value_parse(self, section, novld) return -- so data is missing end end - -- for whatever reason errtxt set and not handled above - assert( not (errtxt and (#errtxt > 0)), "unhandled validate error" ) -- lets continue with value returned from validate eq_cfg = ( vvalue == cvalue ) -- update equal_config flag -- cgit v1.2.3