mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-31 18:38:10 +00:00 
			
		
		
		
	ucentral-event: fix phy name splitting
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
		| @@ -489,7 +489,7 @@ function send_pending_events() { | ||||
| } | ||||
|  | ||||
| function unsub_object(add, id, path) { | ||||
| 	let object = split(path, '.'); | ||||
| 	let object = split(path, '.', 2); | ||||
|  | ||||
| 	switch (path) { | ||||
| 	case 'ratelimit': | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 John Crispin
					John Crispin