diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-30 09:23:04 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-30 09:23:04 +0000 |
commit | fbcf118559e6e8c2b593d39931810942d61dcd00 (patch) | |
tree | bcb69949805f3590354e924857a7f9617a183ff1 /audio/sink.c | |
parent | 67d1e1774b3ff2d7a09fcf49484515bd85c02d14 (diff) |
Don't confuse stream callback id's and stream setup callback id's
Diffstat (limited to 'audio/sink.c')
-rw-r--r-- | audio/sink.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/sink.c b/audio/sink.c index 67c53ccd..599fdaaf 100644 --- a/audio/sink.c +++ b/audio/sink.c @@ -144,7 +144,6 @@ static void stream_setup_complete(struct avdtp *session, struct device *dev, pending = sink->connect; sink->connect = NULL; - sink->cb_id = 0; if (stream) { DBusMessage *reply; |