OSDN Git Service

pbap: Fix PhonebookSize endianness
authorHannu Mallat <hannu.mallat@jollamobile.com>
Mon, 3 Feb 2014 07:47:49 +0000 (09:47 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 5 Feb 2014 11:19:06 +0000 (13:19 +0200)
commit286216b9a88e3e0c245039efe56a2bd5c4b69f4b
treefc213109c5cc89f9f39c61b778941bf63db6fadd
parent5ca0c401efcb1b22e2d43591736b9b3b2f4bb228
pbap: Fix PhonebookSize endianness

As g_obex_apparam_set_uint16() converts data to big-endian format
internally, do not call htons() prior to it.
obexd/plugins/pbap.c