OSDN Git Service

obexd: Fix cancellation of queued transfers
authorMikel Astiz <mikel.astiz@bmw-carit.de>
Tue, 12 Jun 2012 12:10:26 +0000 (14:10 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 4 Dec 2012 21:49:02 +0000 (22:49 +0100)
commit9d13a70842cf4c23d2e4c4f50a9a402748b99c94
tree385861d27589b769ece76fc12ce9303baa413505
parent60b2e582097591547728e7c81d20460dd41c1466
obexd: Fix cancellation of queued transfers

Cancelling queued (not started yet) transfers should not fail. Instead,
they must be removed from the queue, so we just need to call the
transfer callback.
obexd/client/transfer.c