mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-02 19:37:51 +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) {
|
function unsub_object(add, id, path) {
|
||||||
let object = split(path, '.');
|
let object = split(path, '.', 2);
|
||||||
|
|
||||||
switch (path) {
|
switch (path) {
|
||||||
case 'ratelimit':
|
case 'ratelimit':
|
||||||
|
|||||||
Reference in New Issue
Block a user