mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-11 03:28:31 +01:00
<empty commit message>
This commit is contained in:
parent
987c34adfd
commit
2a89ace7cc
1 changed files with 0 additions and 2 deletions
|
|
@ -464,7 +464,6 @@ int cwmp_apply_acs_changes ()
|
|||
|
||||
void *thread_uloop_run (void *v)
|
||||
{
|
||||
thread_sync();
|
||||
ubus_init(&cwmp_main);
|
||||
return NULL;
|
||||
}
|
||||
|
|
@ -501,7 +500,6 @@ int main(int argc, char **argv)
|
|||
{
|
||||
CWMP_LOG(ERROR,"Error when creating the ubus thread!");
|
||||
}
|
||||
thread_wait_sync();
|
||||
error = pthread_create(&session_scheduler_thread, NULL, &cwmp_schedule_session, (void *)cwmp);
|
||||
if (error<0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue