From: Volker Lendecke Date: Fri, 21 Feb 2020 07:03:57 +0000 (+0100) Subject: winbindd: Align integer types X-Git-Tag: ldb-2.2.0~1530 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf07b16e30cb6be25b1e8df5c1f7cc004d078443;p=thirdparty%2Fsamba.git winbindd: Align integer types Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/winbindd/wb_sids2xids.c b/source3/winbindd/wb_sids2xids.c index 7ab8dd133fd..e6698f94789 100644 --- a/source3/winbindd/wb_sids2xids.c +++ b/source3/winbindd/wb_sids2xids.c @@ -170,7 +170,7 @@ static void wb_sids2xids_lookupsids_done(struct tevent_req *subreq) struct lsa_TransNameArray *names = NULL; struct dcerpc_binding_handle *child_binding_handle = NULL; NTSTATUS status; - int i; + uint32_t i; status = wb_lookupsids_recv(subreq, state, &domains, &names); TALLOC_FREE(subreq);