fixed tlm socket path 90/43990/1
authorSoohye Shin <soohye.shin@samsung.com>
Thu, 16 Jul 2015 04:15:37 +0000 (13:15 +0900)
committerSoohye Shin <soohye.shin@samsung.com>
Thu, 16 Jul 2015 04:15:37 +0000 (13:15 +0900)
Change-Id: Ic9c54d743daad7383d3f0aa86754b184e6c0bf34
Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
src/data/data_user.c

index 69de638..b1f3192 100644 (file)
@@ -39,7 +39,7 @@
 
 #define ADDRESS_BUF_MAX 128
 #define USER_SWITCH_TLM_SEAT_ID "seat0"
-#define USER_SWITCH_DBUS_SOCKET_PATH "/var/run/tlm"
+#define USER_SWITCH_DBUS_SOCKET_PATH "/var/run/tlm/"
 #define USER_SWITCH_TLM_BUS_NAME "org.O1.Tlm.Login"
 #define USER_SWITCH_TLM_INTERFACE USER_SWITCH_TLM_BUS_NAME
 #define USER_SWITCH_TLM_OBJECT_PATH "/org/O1/Tlm/Login"