upload tizen1.0 source
[profile/ivi/obexd.git] / client / pbap.c
index 580f30c..fc19ac8 100644 (file)
@@ -1106,11 +1106,7 @@ int pbap_init(void)
        int err;
 
        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;