]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
winbindd: Align integer types
authorVolker Lendecke <vl@samba.org>
Fri, 21 Feb 2020 07:03:57 +0000 (08:03 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 3 Mar 2020 17:48:37 +0000 (17:48 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/winbindd/wb_sids2xids.c

index 7ab8dd133fd817bf12133f5db4a926f6e342374d..e6698f947895f5b8d1bfdd68c1155aae79a84e3b 100644 (file)
@@ -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);