--- lib/sdp.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/sdp.c b/lib/sdp.c index 8a31b55..d5b99d4 100644 --- a/lib/sdp.c +++ b/lib/sdp.c @@ -96,7 +96,7 @@ static inline void ntoh128(uint128_t *src, uint128_t *dst) static inline void btoh128(uint128_t *src, uint128_t *dst) { - memcpy(src, dst, sizeof(uint128_t)); + memcpy(dst, src, sizeof(uint128_t)); } #endif -- 1.7.4 -- 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