mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Initial work on desktop sharing.
This commit is contained in:
parent
98f2950c00
commit
cc78d0aac5
9 changed files with 1333 additions and 99 deletions
|
@ -787,7 +787,7 @@ function CreateDesktopMultiplexor(parent, domain, nodeid, func) {
|
|||
|
||||
// Get node information
|
||||
parent.db.Get(nodeid, function (err, nodes) {
|
||||
if ((err != null) || (nodes.length != 1)) { func(null); }
|
||||
if ((err != null) || (nodes.length != 1)) { func(null); return; }
|
||||
obj.meshid = nodes[0].meshid;
|
||||
obj.icon = nodes[0].icon;
|
||||
obj.name = nodes[0].name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue