From 8050631adafc56333ca78bae5f442dc8cc6f8a78 Mon Sep 17 00:00:00 2001 From: Minje ahn Date: Sun, 8 May 2016 22:44:43 -0700 Subject: Revert "Fix UID/GID" This reverts commit 57deb09a827131635de6148d819975df03ff33d1. Change-Id: I9b51a706188ccdec2228d89e649284643e8001a8 --- src/ipc/media-thumb-ipc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ipc/media-thumb-ipc.c b/src/ipc/media-thumb-ipc.c index fe89c59..29ce6b1 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 "/tmp/media-server/media_ipc_thumbcreator.socket" +#define THUMB_IPC_PATH tzplatform_mkpath(TZ_SYS_RUN, "media-server/media_ipc_thumbcreator.socket") static GQueue *g_request_queue = NULL; static GQueue *g_manage_queue = NULL; -- cgit v1.2.3