From 2a89ace7cc35545ea895c2940b0344ea7e540209 Mon Sep 17 00:00:00 2001 From: zribiahmed Date: Sun, 17 Feb 2013 13:24:41 +0000 Subject: [PATCH] --- src/cwmp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cwmp.c b/src/cwmp.c index 97fd338..c7da3cb 100644 --- a/src/cwmp.c +++ b/src/cwmp.c @@ -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) {