mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added reverse DNS when Intel AMT device added using meshcmd.
This commit is contained in:
parent
8eb5b49ee5
commit
0a24dd8290
2 changed files with 64 additions and 40 deletions
|
@ -873,7 +873,7 @@ module.exports.CreateMeshAgent = function (parent, db, ws, req, args, domain) {
|
|||
|
||||
// Close the duplicate agent
|
||||
parent.agentStats.duplicateAgentCount++;
|
||||
parent.setAgentIssue(obj, "duplicateAgent");
|
||||
parent.setAgentIssue(obj, 'duplicateAgent');
|
||||
if (obj.nodeid != null) { parent.parent.debug('agent', 'Duplicate agent ' + obj.nodeid + ' (' + obj.remoteaddrport + ')'); }
|
||||
dupAgent.close(3);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue