OSDN Git Service

gobex: Fix ABORT request not processing
authorJaganath Kanakkassery <jaganath.k@samsung.com>
Thu, 2 Feb 2012 11:33:35 +0000 (17:03 +0530)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 4 Dec 2012 21:22:05 +0000 (22:22 +0100)
commitb53a70510fd0f94566d8f5e435d038248a9aaae2
treeb12dec43ae585916bfb3b9883448009db42027d2
parent9166ea3ffd87ff073a9bc6446d778ff60c91359e
gobex: Fix ABORT request not processing

G_OBEX_OP_ABORT is defined as 0x7f but error checking of opcode is
done for greater than 0x1f. So abort request is simply ignored.
gobex/gobex.c