ucentral-event: make the ssh event payload a dictionary

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2023-02-20 10:41:14 +01:00
parent 924d30af74
commit 60f6565d18

View File

@@ -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;
} }
} }