mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +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) {
|
||||
case 'dropbear':
|
||||
event('ssh', '', msg[1]);
|
||||
event('ssh', '', { msg: msg[1] });
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user