s3-talloc Change TALLOC_ARRAY() to talloc_array()
[kai/samba.git] / source3 / groupdb / mapping.c
index 04af27bcf3a894d0b27a842825ab978d01048980..e37c951237d98d38b2356b30490a15d90dafbd72 100644 (file)
@@ -635,7 +635,7 @@ NTSTATUS pdb_default_alias_memberships(struct pdb_methods *methods,
                return NT_STATUS_OK;
        }
 
-       *pp_alias_rids = TALLOC_ARRAY(mem_ctx, uint32, num_alias_sids);
+       *pp_alias_rids = talloc_array(mem_ctx, uint32, num_alias_sids);
        if (*pp_alias_rids == NULL)
                return NT_STATUS_NO_MEMORY;