FF-Wizard: Fixed a typo which resulted in duplicate OLSR-Interfaces

This commit is contained in:
Steven Barth 2008-09-15 20:44:08 +00:00
parent 2df2a057dd
commit 605cd262ba

View file

@ -230,7 +230,7 @@ function olsr.write(self, section, value)
local external = community and uci:get("freifunk", community, "external") or ""
-- Delete old interface
uci:delete_all("freifunk", "Interface", {Interface=device})
uci:delete_all("freifunk", "Interface", {interface=device})
-- Write new interface
local olsrbase = uci:get_all("freifunk", "olsr_interface")