From a06541623eac4cacc11466c6e70f1332958d1b6b Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Wed, 25 Jan 2017 23:25:28 +0100
Subject: [PATCH] gluon-luci-admin: remove redundant Compound

---
 .../luasrc/usr/lib/lua/luci/model/cbi/admin/remote.lua        | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/package/gluon-luci-admin/luasrc/usr/lib/lua/luci/model/cbi/admin/remote.lua b/package/gluon-luci-admin/luasrc/usr/lib/lua/luci/model/cbi/admin/remote.lua
index 655dd66ee..796482ba7 100644
--- a/package/gluon-luci-admin/luasrc/usr/lib/lua/luci/model/cbi/admin/remote.lua
+++ b/package/gluon-luci-admin/luasrc/usr/lib/lua/luci/model/cbi/admin/remote.lua
@@ -84,6 +84,4 @@ function f_password:handle(state, data)
 	end
 end
 
-local c = Compound(f_keys, f_password)
-c.pageaction = false
-return c
+return f_keys, f_password
-- 
GitLab