mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-05-05 16:48:09 -04:00
refix #7003 used wrong variable
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
bfa9dace14
commit
9cfe44a430
@ -2095,7 +2095,7 @@ function CreateMeshCentralServer(config, args) {
|
||||
for (var i in obj.mpsserver.ciraConnections) { data.conn.amc += obj.mpsserver.ciraConnections[i].length; }
|
||||
}
|
||||
for (var i in obj.connectivityByNode) {
|
||||
const node = parent.parent.connectivityByNode[i];
|
||||
const node = obj.connectivityByNode[i];
|
||||
if (node && typeof node.connectivity !== 'undefined' && node.connectivity === 4) { data.conn.am++; }
|
||||
}
|
||||
if (obj.firstStats === true) { delete obj.firstStats; data.first = true; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user