gluon-config-mode-mesh-vpn: fix save() call for traffic limits

It doesn't seem like this mistake had any effect.
This commit is contained in:
Matthias Schiffer 2016-04-02 17:53:36 +02:00
parent 19f248c755
commit 827d81aab3

View File

@ -56,7 +56,7 @@ function M.handle(data)
uci:set("simple-tc", "mesh_vpn", "limit_egress", data._limit_egress:trim()) uci:set("simple-tc", "mesh_vpn", "limit_egress", data._limit_egress:trim())
end end
uci:commit("simple-tc") uci:save("simple-tc")
uci:commit("simple-tc") uci:commit("simple-tc")
end end
end end