From 5cbd83cb2428a003ad26ae2ca670e482b2e193ce Mon Sep 17 00:00:00 2001 From: Tim Wilkinson Date: Mon, 14 Nov 2022 20:44:21 -0800 Subject: [PATCH] Make sure c6 always has a value (#550) --- files/www/cgi-bin/mesh | 1 + 1 file changed, 1 insertion(+) diff --git a/files/www/cgi-bin/mesh b/files/www/cgi-bin/mesh index 618d5df4..794066a8 100755 --- a/files/www/cgi-bin/mesh +++ b/files/www/cgi-bin/mesh @@ -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