Diff between f553ad72ffee10b6048b9e7d3cf905c279260c96 and 08b77c9f3fc97aa16e9e12b4a02fb69188d306b7
Changed Files
| File | Additions | Deletions | Status |
| obexd/src/manager.c | +2 | -1 | modified |
Full Patch
diff --git a/obexd/src/manager.c b/obexd/src/manager.c
index 0a80400..28ad0e1 100644
--- a/obexd/src/manager.c
+++ b/obexd/src/manager.c
@@ -528,7 +528,8 @@ gboolean manager_init(void)
dbus_error_init(&err);
- connection = g_dbus_setup_bus(DBUS_BUS_SESSION, OPENOBEX_SERVICE, &err);
+ connection = g_dbus_setup_private(DBUS_BUS_SESSION, OPENOBEX_SERVICE,
+ &err);
if (connection == NULL) {
if (dbus_error_is_set(&err) == TRUE) {
fprintf(stderr, "%s\n", err.message);