mirror of
https://dev.iopsys.eu/system/sysmngr.git
synced 2025-12-10 08:14:38 +01:00
Align with bbfdm
This commit is contained in:
parent
5a3b6d0cbb
commit
772c45511a
1 changed files with 2 additions and 2 deletions
|
|
@ -126,7 +126,7 @@ int main(int argc, char **argv)
|
||||||
sysmngr_memory_init();
|
sysmngr_memory_init();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (bbfdm_ubus_regiter_init(&bbfdm_ctx))
|
if (bbfdm_ubus_register_init(&bbfdm_ctx))
|
||||||
goto out;
|
goto out;
|
||||||
|
|
||||||
#ifdef SYSMNGR_FWBANK_UBUS_SUPPORT
|
#ifdef SYSMNGR_FWBANK_UBUS_SUPPORT
|
||||||
|
|
@ -157,7 +157,7 @@ out:
|
||||||
sysmngr_clean_fwbank_dump(&bbfdm_ctx.ubus_ctx);
|
sysmngr_clean_fwbank_dump(&bbfdm_ctx.ubus_ctx);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
bbfdm_ubus_regiter_free(&bbfdm_ctx);
|
bbfdm_ubus_register_free(&bbfdm_ctx);
|
||||||
closelog();
|
closelog();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue