X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=protocols%2Fcore%2Fluasrc%2Ftools%2Fproto.lua;h=4df02696b0a44c541ed1528e5017fb69aba4463f;hp=740cf94b79853222cff32ba715bda8582496343e;hb=adedd765d4919c753017a1292d3dd1d522fe745f;hpb=696414337982aeab21e63870dadb6e677c4f3e8b diff --git a/protocols/core/luasrc/tools/proto.lua b/protocols/core/luasrc/tools/proto.lua index 740cf94b7..4df02696b 100644 --- a/protocols/core/luasrc/tools/proto.lua +++ b/protocols/core/luasrc/tools/proto.lua @@ -41,6 +41,6 @@ function opt_macaddr(s, ifc, ...) end function o.remove(self, section) - self:write(self, section, nil) + self:write(section, nil) end end