Workaround some Heisenbug
This commit is contained in:
parent
42e79af68b
commit
caf05a86f3
1 changed files with 1 additions and 1 deletions
|
@ -1197,7 +1197,7 @@ function AbstractValue.parse(self, section)
|
||||||
--luci.util.append(self.map.events, self.events)
|
--luci.util.append(self.map.events, self.events)
|
||||||
end
|
end
|
||||||
elseif cvalue ~= fvalue then
|
elseif cvalue ~= fvalue then
|
||||||
self:write(section, fvalue)
|
self:write(section, fvalue or "")
|
||||||
if self.error then
|
if self.error then
|
||||||
self.error[section] = "missing"
|
self.error[section] = "missing"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue