mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +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