mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2025-12-10 21:33:46 +00:00
Router crash fix.
This commit is contained in:
@@ -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))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user