From 57deb09a827131635de6148d819975df03ff33d1 Mon Sep 17 00:00:00 2001 From: Minje Ahn Date: Wed, 4 May 2016 08:51:46 +0900 Subject: Fix UID/GID Change-Id: If65c08fce91a1752621cdc2abe8f3393272b14f7 Signed-off-by: Minje Ahn --- src/ipc/media-thumb-ipc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ipc/media-thumb-ipc.c') diff --git a/src/ipc/media-thumb-ipc.c b/src/ipc/media-thumb-ipc.c index 29ce6b1..fe89c59 100755 --- a/src/ipc/media-thumb-ipc.c +++ b/src/ipc/media-thumb-ipc.c @@ -32,7 +32,7 @@ #include #define THUMB_SOCK_BLOCK_SIZE 512 -#define THUMB_IPC_PATH tzplatform_mkpath(TZ_SYS_RUN, "media-server/media_ipc_thumbcreator.socket") +#define THUMB_IPC_PATH "/tmp/media-server/media_ipc_thumbcreator.socket" static GQueue *g_request_queue = NULL; static GQueue *g_manage_queue = NULL; -- cgit v1.2.3