--- client/pbap.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/client/pbap.c b/client/pbap.c index 9e9eb05..73d496a 100644 --- a/client/pbap.c +++ b/client/pbap.c @@ -364,7 +364,6 @@ static void read_return_apparam(struct obc_session *session, { struct obc_transfer *transfer = obc_session_get_transfer(session); struct obc_transfer_params params; - unsigned char *buf; size_t size = 0; *phone_book_size = 0; @@ -404,7 +403,6 @@ static void read_return_apparam(struct obc_session *session, hdr->tag, hdr->len); } - buf += APPARAM_HDR_SIZE + hdr->len; size -= APPARAM_HDR_SIZE + hdr->len; } } -- 1.7.4.1 -- 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