mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-31 02:17:58 +00:00 
			
		
		
		
	ucentral-event: make the ssh event payload a dictionary
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
		| @@ -204,7 +204,7 @@ function log_subscriber_notify_cb(notify) { | |||||||
|  |  | ||||||
| 	switch(daemon) { | 	switch(daemon) { | ||||||
| 	case 'dropbear': | 	case 'dropbear': | ||||||
| 		event('ssh', '',  msg[1]); | 		event('ssh', '',  { msg: msg[1] }); | ||||||
| 		break; | 		break; | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 John Crispin
					John Crispin