mirror of
https://github.com/samba-team/samba.git
synced 2025-12-06 16:23:49 +03:00
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
large commit. I thought this was worthwhile to get done for consistency.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
1d1a9c11ee
commit
ec32b22ed5
@@ -36,7 +36,7 @@ static WERROR dssetup_DsRoleGetPrimaryDomainInformation(struct dcesrv_call_state
|
||||
{
|
||||
union dssetup_DsRoleInfo *info;
|
||||
|
||||
info = talloc_p(mem_ctx, union dssetup_DsRoleInfo);
|
||||
info = talloc(mem_ctx, union dssetup_DsRoleInfo);
|
||||
W_ERROR_HAVE_NO_MEMORY(info);
|
||||
|
||||
switch (r->in.level) {
|
||||
|
||||
Reference in New Issue
Block a user