mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
c1614edf29
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>