From 5b54ced31678999842f621e0023674dc920e28a9 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 7 Aug 2018 22:48:58 +0200 Subject: [PATCH] smbd: Align integer types Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/smbd/nttrans.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c index 5937380fb85..810f8b92b43 100644 --- a/source3/smbd/nttrans.c +++ b/source3/smbd/nttrans.c @@ -2301,7 +2301,7 @@ static enum ndr_err_code fill_qtlist_from_sids(TALLOC_CTX *mem_ctx, struct dom_sid *sids, uint32_t elems) { - int i; + uint32_t i; TALLOC_CTX *list_ctx = NULL; list_ctx = talloc_init("quota_sid_list"); -- 2.34.1