Merge pull request #1735 from sumpfralle/olsr-jsoninfo-parser-handle-empty-result
[oweals/luci.git] / protocols / luci-proto-3g / luasrc / model / network / proto_3g.lua
index b2454838f90803b72b97105d9901fae2e9ce1444..60d8e2ebae20b38ce38931e29885c339d2bf99b4 100644 (file)
@@ -38,7 +38,7 @@ function proto.get_interfaces(self)
        return nil
 end
 
-function proto.contains_interface(self, ifname)
+function proto.contains_interface(self, ifc)
        if self:is_floating() then
                return (netmod:ifnameof(ifc) == self:ifname())
        else