Change the return value to execute the dispatch only once when no instance
[platform/core/multimedia/mmsvc-core.git] / server / src / muse_server_ipc.c
index cdea2cb..dce5321 100644 (file)
@@ -242,7 +242,7 @@ static gboolean _ms_ipc_dispatch_no_instance(muse_module_h m, void *jobj)
 out:
        ms_module_dispatch_unlock(m);
 
-       return TRUE;
+       return FALSE;
 }
 
 static gpointer _ms_ipc_dispatch_worker(gpointer data)