mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-02-22 04:12:37 +01:00
Fix the issue 'Device.WiFi.AccessPoint.*.Security.' command operate
This commit is contained in:
parent
5d8b74f035
commit
6c63ff2f70
1 changed files with 2 additions and 2 deletions
|
|
@ -77,12 +77,12 @@ static void cwmp_init(struct dmctx *dm_ctx, char *path)
|
|||
dmfree(uci_instance);
|
||||
}
|
||||
}
|
||||
dm_ctx_init(dm_ctx, DM_CWMP, amd, instance);
|
||||
dm_ctx_init_sub(dm_ctx, DM_CWMP, amd, instance);
|
||||
}
|
||||
|
||||
static void cwmp_cleanup(struct dmctx *dm_ctx)
|
||||
{
|
||||
dm_ctx_clean(dm_ctx);
|
||||
dm_ctx_clean_sub(dm_ctx);
|
||||
}
|
||||
|
||||
static bool cwmp_get(int operation, char *path, struct dmctx *dm_ctx)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue