Removed AV status event until MeshAgent fix.
Ylian Saint-Hilaire committed
Oct 25, 2019 at 14:51 UTC
1c7c46b89a631fe05494179b4633bd94fd3850b1
2 files changed
+2
-2
meshagent.js
+1
-1
@@ -1334,7 +1334,7 @@ module.exports.CreateMeshAgent = function (parent, db, ws, req, args, domain) {
1334
}
1335
if (command.av) {
1336
if (!device.av) { device.av = []; }
1337
- if ((command.av != null) && (JSON.stringify(device.av) != JSON.stringify(command.av))) { changes.push('AV status'); device.av = command.av; change = 1; log = 1; }
1337
+ if ((command.av != null) && (JSON.stringify(device.av) != JSON.stringify(command.av))) { /*changes.push('AV status');*/ device.av = command.av; change = 1; log = 1; }
1338
}
1339
1340
if ((command.users != null) && (device.users != command.users)) { device.users = command.users; change = 1; } // Don't save this to the db.
package.json
+1
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "meshcentral",
3
- "version": "0.4.3-c",
3
+ "version": "0.4.3-e",
4
"keywords": [
5
"Remote Management",
6
"Intel AMT",