This commit is contained in:
parent
bebaa79f23
commit
ce2e94d2e5
@ -6,7 +6,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=luci-app-passwall
|
||||
PKG_VERSION:=4.69-2
|
||||
PKG_VERSION:=4.69-3
|
||||
PKG_RELEASE:=
|
||||
|
||||
PKG_CONFIG_DEPENDS:= \
|
||||
|
@ -897,7 +897,7 @@ local function truncate_nodes(add_from)
|
||||
end
|
||||
config.set(config)
|
||||
else
|
||||
if config.currentNode.add_mode == "2" then
|
||||
if config.currentNode and config.currentNode.add_mode == "2" then
|
||||
if add_from then
|
||||
if config.currentNode.add_from and config.currentNode.add_from == add_from then
|
||||
config.set(config, "nil")
|
||||
|
Loading…
Reference in New Issue
Block a user