Make sure c6 always has a value (#550)

This commit is contained in:
Tim Wilkinson 2022-11-14 20:44:21 -08:00 committed by GitHub
parent 580bbc79fe
commit 5cbd83cb24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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