diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-02-17 07:15:25 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-02-17 07:15:25 +0000 |
commit | 5cc41f165af628e6c3c70f3b89d205f544264dd3 (patch) | |
tree | 7484415d664a61604deef16be9e56eb7ae4248c5 /audio | |
parent | 559a9a2ef363a2d9e81581f5846c59b0209c3575 (diff) |
headset service doesn't need a well known bus name
Diffstat (limited to 'audio')
-rw-r--r-- | audio/headset.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |