projects
/
platform
/
core
/
uifw
/
efl-ext.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0e15b9
)
config: change the location of socket file
sandbox/upgrade/efl120
author
Jongmin Lee
<jm105.lee@samsung.com>
Mon, 18 Jun 2018 01:58:05 +0000
(10:58 +0900)
committer
Jongmin Lee
<jm105.lee@samsung.com>
Thu, 21 Jun 2018 22:26:36 +0000
(07:26 +0900)
Change-Id: I9639677cfbb0c2ef407d8bedfb5635eba92d8522
src/efl_extension_config.c
patch
|
blob
|
history
diff --git
a/src/efl_extension_config.c
b/src/efl_extension_config.c
index ad0564731bdde6dd058cb7676e21b4e06e1637b4..faaf4b9b73309fa234a3a6775d58bc4d97614401 100644
(file)
--- a/
src/efl_extension_config.c
+++ b/
src/efl_extension_config.c
@@
-8,7
+8,7
@@
#include <sys/un.h>
#include <fcntl.h>
-#define EFL_CONFIG_SOCK_PATH "/run/user
_ext
/%d/system_share"
+#define EFL_CONFIG_SOCK_PATH "/run/user/%d/system_share"
#define EFL_CONFIG_SOCKET_FILE ".efl-config.sock"
Eina_Bool _is_in_system_session()