upload tizen1.0 source
[profile/ivi/obexd.git] / client / sync.c
index 85f792d..7675b23 100644 (file)
@@ -222,11 +222,7 @@ int sync_init(void)
 
        DBG("");
 
-#ifdef TIZEN_PATCH
-       conn = dbus_bus_get(DBUS_BUS_SYSTEM, NULL);
-#else
        conn = dbus_bus_get(DBUS_BUS_SESSION, NULL);
-#endif
        if (!conn)
                return -EIO;