mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2025-12-10 07:44:41 +01:00
Fix no inform after USP configures new ACS
This commit is contained in:
parent
b3ecc45d99
commit
868abeb86c
1 changed files with 2 additions and 1 deletions
|
|
@ -1359,7 +1359,8 @@ void stop_service(void)
|
||||||
blob_buf_init(&bb, 0);
|
blob_buf_init(&bb, 0);
|
||||||
|
|
||||||
blobmsg_add_string(&bb, "name", "icwmpd");
|
blobmsg_add_string(&bb, "name", "icwmpd");
|
||||||
|
blobmsg_add_u8(&bb, "spawn", false);
|
||||||
|
|
||||||
icwmp_ubus_invoke("service", "delete", bb.head, NULL, NULL);
|
icwmp_ubus_invoke("service", "state", bb.head, NULL, NULL);
|
||||||
blob_buf_free(&bb);
|
blob_buf_free(&bb);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue