upload tizen1.0 source
[profile/ivi/obexd.git] / client / ftp.c
index 20d363d..336fc26 100644 (file)
@@ -515,11 +515,7 @@ int ftp_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;