mirror of
				https://github.com/Ylianst/MeshCentral.git
				synced 2025-03-09 15:40:18 +00:00 
			
		
		
		
	Merge pull request #936 from jsastriawan/master
Add existing CIRA connection exception from periodic AMT scanning.
This commit is contained in:
		
						commit
						02a7cd45ec
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -166,7 +166,8 @@ module.exports.CreateAmtScanner = function (parent) {
 | 
			
		|||
            if (err == null && docs.length > 0) {
 | 
			
		||||
                for (var i in docs) {
 | 
			
		||||
                    var doc = docs[i], host = doc.host.toLowerCase();
 | 
			
		||||
                    if ((host != '127.0.0.1') && (host != '::1') && (host.toLowerCase() != 'localhost')) {
 | 
			
		||||
                    var cira = obj.parent.mpsserver.ciraConnections[doc._id]
 | 
			
		||||
                    if ((host != '127.0.0.1') && (host != '::1') && (host.toLowerCase() != 'localhost') && (cira==null || cira==undefined)) {
 | 
			
		||||
                        var scaninfo = obj.scanTable[doc._id];
 | 
			
		||||
                        if (scaninfo == undefined) {
 | 
			
		||||
                            var tag = obj.nextTag++;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue