mirror of https://github.com/aredn/aredn.git
Make sure c6 always has a value (#550)
This commit is contained in:
parent
580bbc79fe
commit
5cbd83cb24
|
@ -683,6 +683,7 @@ do
|
|||
c3 = string.format("%.0f%%", 100 * link.lq)
|
||||
c4 = string.format("%.0f%%", 100 * link.nlq)
|
||||
c5 = string.format("%s", link.mbps)
|
||||
c6 = ""
|
||||
|
||||
-- print node services if any
|
||||
if not neighservices[name] then
|
||||
|
|
Loading…
Reference in New Issue