summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-09-04 17:09:26 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-09-04 17:09:26 +0300
commitde6c33d2666072676a7e2afc8b9be6f2804242c1 (patch)
tree529f8f7c8da34266c5bd5de5aa4c34786667154c /audio
parentb3c526d35c6e3dcc5a1af6aa0d9e9dcef8db2f83 (diff)
Remove incorrect call to headset_set_state(connected) before HFP SLC is up
Diffstat (limited to 'audio')
-rw-r--r--audio/manager.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/manager.c b/audio/manager.c
index 7df5c292..cb241d76 100644
--- a/audio/manager.c
+++ b/audio/manager.c
@@ -470,7 +470,6 @@ static void auth_cb(DBusError *derr, void *user_data)
debug("Accepted headset connection from %s for %s",
hs_address, device->path);
- headset_set_state(device, HEADSET_STATE_CONNECTED);
}
}