summaryrefslogtreecommitdiff
path: root/src/ipc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipc')
-rwxr-xr-xsrc/ipc/media-thumb-ipc.c2
1 files changed, 1 insertions, 1 deletions
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 <pwd.h>
#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;