summaryrefslogtreecommitdiff
path: root/obexd
diff options
context:
space:
mode:
Diffstat (limited to 'obexd')
-rw-r--r--obexd/client/pbap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/obexd/client/pbap.c b/obexd/client/pbap.c
index 837419c45..589b1ca4f 100644
--- a/obexd/client/pbap.c
+++ b/obexd/client/pbap.c
@@ -312,7 +312,7 @@ static void read_return_apparam(struct session_data *session,
if (hdr->len == PHONEBOOKSIZE_LEN) {
guint16 val;
memcpy(&val, hdr->val, sizeof(val));
- *phone_book_size = val;
+ *phone_book_size = get_be16(&val);
}
break;
case NEWMISSEDCALLS_TAG: