adapter: Fix length calculation of filter UUIDs on big endian
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 6 Mar 2019 12:39:41 +0000 (14:39 +0200)
committerhimanshu <h.himanshu@samsung.com>
Tue, 11 Feb 2020 08:57:47 +0000 (14:27 +0530)
commit361dcd083dcdbf0954be4637545a146ffafd1d50
tree67d53a41b3c317e15db5bdae2e079c8d7f3b2055
parent96c62af603ab7ff1a5c341ba51d11a61bdd3a4b8
adapter: Fix length calculation of filter UUIDs on big endian

The management interface expect all values to be in little endian
thus the length of uuids needs to be converted on big endian.

Change-Id: I0f9759f49fb8a91a9e7f2cdf8d7b50228ded85c9
Signed-off-by: himanshu <h.himanshu@samsung.com>
src/adapter.c