Diff between a37d53db9ae7d21a8f812925303d767d3f03e597 and dde267ea50f7c191a6fbb23e53acedc1f6722991

Changed Files

File Additions Deletions Status
src/adv_monitor.c +1 -1 modified

Full Patch

diff --git a/src/adv_monitor.c b/src/adv_monitor.c
index fc058db..a5bc61c 100644
--- a/src/adv_monitor.c
+++ b/src/adv_monitor.c
@@ -775,7 +775,7 @@ static struct adv_monitor_app *app_create(DBusConnection *conn,
 	app->manager = manager;
 	app->reg = NULL;
 
-	app->client = g_dbus_client_new(conn, sender, path);
+	app->client = g_dbus_client_new_full(conn, sender, path, path);
 	if (!app->client) {
 		app_destroy(app);
 		return NULL;