1
0
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:
Volker Lendecke
2016-07-22 15:43:58 +02:00
committed by Stefan Metzmacher
parent f396449e7a
commit eb6e32046d

View File

@@ -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;