mirror of https://github.com/aredn/aredn.git
Unused line
This commit is contained in:
parent
108a3e839e
commit
6e198fa704
|
@ -170,7 +170,6 @@ end
|
||||||
|
|
||||||
function hardware.get_bridge_iface_names(name)
|
function hardware.get_bridge_iface_names(name)
|
||||||
local cursor = uci.cursor()
|
local cursor = uci.cursor()
|
||||||
local btype = cursor:get("network", name, "type")
|
|
||||||
local intfnames = cursor:get("network", name, "ifname")
|
local intfnames = cursor:get("network", name, "ifname")
|
||||||
if intfnames then
|
if intfnames then
|
||||||
return intfnames
|
return intfnames
|
||||||
|
|
Loading…
Reference in New Issue