From 5cc41f165af628e6c3c70f3b89d205f544264dd3 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sat, 17 Feb 2007 07:15:25 +0000 Subject: headset service doesn't need a well known bus name --- audio/headset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/headset.c') diff --git a/audio/headset.c b/audio/headset.c index 107cab47..6dd249c8 100644 --- a/audio/headset.c +++ b/audio/headset.c @@ -1929,7 +1929,7 @@ int main(int argc, char *argv[]) main_loop = g_main_loop_new(NULL, FALSE); - connection = init_dbus("org.bluez.audio", NULL, NULL); + connection = init_dbus(NULL, NULL, NULL); if (!connection) { error("Connection to system bus failed"); g_main_loop_unref(main_loop); -- cgit