mirror of
				https://github.com/Ylianst/MeshCentral.git
				synced 2025-03-09 15:40:18 +00:00 
			
		
		
		
	Fix undeclared variable
This commit is contained in:
		
							parent
							
								
									b3b331b4ca
								
							
						
					
					
						commit
						274221c424
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -327,7 +327,7 @@ module.exports.CreateAmtRedirect = function (module, domain, user, webserver, me | |||
|                     var status = obj.amtaccumulator.charCodeAt(1); | ||||
|                     var authType = obj.amtaccumulator.charCodeAt(4); | ||||
|                     var authData = []; | ||||
|                     for (i = 0; i < authDataLen; i++) { authData.push(obj.amtaccumulator.charCodeAt(9 + i)); } | ||||
|                     for (var i = 0; i < authDataLen; i++) { authData.push(obj.amtaccumulator.charCodeAt(9 + i)); } | ||||
|                     var authDataBuf = obj.amtaccumulator.substring(9, 9 + authDataLen); | ||||
|                     cmdsize = 9 + authDataLen; | ||||
|                     if (authType == 0) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue