mirror of
https://github.com/samba-team/samba.git
synced 2025-10-09 11:33:17 +03:00
fss_agent: Fix a signed/unsigned mixup
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
committed by
Stefan Metzmacher
parent
f396449e7a
commit
eb6e32046d
@@ -63,7 +63,7 @@ static const struct {
|
||||
|
||||
static uint32_t fss_ntstatus_map(NTSTATUS status)
|
||||
{
|
||||
int i;
|
||||
size_t i;
|
||||
|
||||
if (NT_STATUS_IS_OK(status))
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user