Add the removed data channel creation 37/213537/1 accepted/tizen/unified/20190909.103549 submit/tizen/20190908.233223
authorYoungHun Kim <yh8004.kim@samsung.com>
Fri, 6 Sep 2019 09:17:55 +0000 (18:17 +0900)
committerYoungHun Kim <yh8004.kim@samsung.com>
Fri, 6 Sep 2019 09:28:48 +0000 (18:28 +0900)
Change-Id: Iedc071d6465b31bf8a438f87eb5234881e0770c2

packaging/mused.spec
server/src/muse_server_ipc.c

index 6914cfb..ec9b52a 100644 (file)
@@ -1,6 +1,6 @@
 Name:       mused
 Summary:    A multimedia daemon
-Version:    0.3.87
+Version:    0.3.88
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause
index 84e85c4..0fa9dc2 100644 (file)
@@ -229,6 +229,8 @@ static gboolean _ms_ipc_dispatch_no_instance(muse_module_h m, void *jobj)
 
        ms_connection_register(m);
 
+       _ms_ipc_data_ch_init(m);
+
        ms_module_dispatch(m);
 
        SECURE_LOGW("_ms_ipc_module_cleanup [module %p] [loaded value %d]", m, ms_module_get_loaded_dllsym(m->idx));