1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2025-12-10 21:33:46 +00:00

Router crash fix.

This commit is contained in:
Ylian Saint-Hilaire
2021-05-10 09:50:29 -07:00
parent e0176ff0e9
commit 817dd645f6

View File

@@ -411,6 +411,7 @@ namespace MeshCentralRouter
} }
case "nodeconnect": case "nodeconnect":
{ {
if (nodes == null) return;
string nodeid = (string)ev["nodeid"]; string nodeid = (string)ev["nodeid"];
if (nodes.ContainsKey(nodeid)) if (nodes.ContainsKey(nodeid))
{ {