s3-auth Change type of num_sids to uint32_t
[ira/wip.git] / source3 / winbindd / winbindd_getsidaliases.c
index 9bd321f173a9a98ed77c1c32f0dc89306c00ab65..5fcb8922ce4b8ab4e27a8b5a968b34c79b79df1c 100644 (file)
@@ -36,7 +36,7 @@ struct tevent_req *winbindd_getsidaliases_send(TALLOC_CTX *mem_ctx,
        struct tevent_req *req, *subreq;
        struct winbindd_getsidaliases_state *state;
        struct winbindd_domain *domain;
-       size_t num_sids;
+       uint32_t num_sids;
        struct dom_sid *sids;
 
        req = tevent_req_create(mem_ctx, &state,