libwbclient: Fix wbcStringToGuid
authorVolker Lendecke <vl@samba.org>
Sun, 24 Jan 2021 08:36:15 +0000 (09:36 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 28 Jan 2021 16:58:35 +0000 (16:58 +0000)
commitc1614edf292ce907b5cecad56ad1643c51256269
treebe54d01e346725a6f89bd11ad3443c9dbe3db01d
parent2b9ba992b610ebc600f573d8b3f46568d5347cec
libwbclient: Fix wbcStringToGuid

The "x" sscanf conversion specifier requires an unsigned int. It is
likely that this is actually a uint32_t, don't rely on that.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Samuel Cabrero <scabrero@samba.org>
nsswitch/libwbclient/wbc_guid.c