mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-31 18:38:10 +00:00 
			
		
		
		
	uspot: fix unreolved variable in mac-format handler
Fixes: WIFI-11204 Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
		 John Crispin
					John Crispin
				
			
				
					committed by
					
						 jaspreetsachdev
						jaspreetsachdev
					
				
			
			
				
	
			
			
			 jaspreetsachdev
						jaspreetsachdev
					
				
			
						parent
						
							311515867c
						
					
				
				
					commit
					8ee15d0053
				
			| @@ -46,7 +46,6 @@ return { | |||||||
| 		case 'aa-bb-cc-dd-ee-ff': | 		case 'aa-bb-cc-dd-ee-ff': | ||||||
| 		case 'AA-BB-CC-DD-EE-FF': | 		case 'AA-BB-CC-DD-EE-FF': | ||||||
| 			mac = replace(mac, ':', '-'); | 			mac = replace(mac, ':', '-'); | ||||||
| 			warn('uspot: ' + ctx.env.REMOTE_ADDR + ' - ' + msg + '\n'); |  | ||||||
| 			break; | 			break; | ||||||
| 		} | 		} | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user