mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-21 10:16:01 -05:00
Improvement for #2701
This commit is contained in:
@@ -1394,7 +1394,12 @@ module.exports.CreateAmtManager = function (parent) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((responses['AMT_UserInitiatedConnectionService'] == null) || (responses['AMT_UserInitiatedConnectionService'].response == null)) { dev.consoleMsg("Invalid CIRA state."); removeAmtDevice(dev, 30); return; }
|
// Check if CIRA is supported
|
||||||
|
if ((responses['AMT_UserInitiatedConnectionService'] == null) || (responses['AMT_UserInitiatedConnectionService'].response == null)) {
|
||||||
|
dev.consoleMsg("This device does not support CIRA.");
|
||||||
|
devTaskCompleted(dev);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
dev.cira = {};
|
dev.cira = {};
|
||||||
dev.cira.xxRemoteAccess = responses;
|
dev.cira.xxRemoteAccess = responses;
|
||||||
|
|||||||
Reference in New Issue
Block a user