Fix calling aul_launch_init() 04/201704/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 19 Mar 2019 04:09:28 +0000 (13:09 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 19 Mar 2019 04:09:28 +0000 (13:09 +0900)
- Calls the function with user data

Change-Id: I209e56dd9f6c803bcd4a99726c643bd0aa56275d
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/base/appcore_base.c

index e276926..4bfcabd 100644 (file)
@@ -1243,7 +1243,7 @@ EXPORT_API int appcore_base_on_create(void)
 {
        int r;
 
-       r = aul_launch_init(__context.ops.receive, NULL);
+       r = aul_launch_init(__context.ops.receive, __context.data);
        if (r < 0) {
                _ERR("Aul init failed: %d", r);
                return -1;