Hi Mikel, On Tue, Feb 21, 2012, Mikel Astiz wrote: > - if (transfer->xfer == 0) > - return; > + if (transfer->xfer != 0) { > + g_obex_cancel_transfer(transfer->xfer); > + transfer->xfer = 0; > + } Could you make the tests for a valid source ID > 0 instead of != 0. I know it doesn't make much difference but it'd be consistent with that we've tried to use elsewhere in obexd and bluez. Btw, other than patches 5 and 7 where I had something to point out the other ones have already been pushed upstream, so no need to resend them. Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html