summaryrefslogtreecommitdiff
path: root/source3/sam/gums_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/sam/gums_api.c')
-rw-r--r--source3/sam/gums_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/sam/gums_api.c b/source3/sam/gums_api.c
index 1d67467b2b..0061988eea 100644
--- a/source3/sam/gums_api.c
+++ b/source3/sam/gums_api.c
@@ -795,7 +795,7 @@ NTSTATUS gums_create_commit_set(GUMS_COMMIT_SET **com_set, TALLOC_CTX *ctx, DOM_
TALLOC_CTX *mem_ctx;
GUMS_COMMIT_SET *set;
- mem_ctx = talloc_init_named("commit_set");
+ mem_ctx = talloc_init("commit_set");
if (mem_ctx == NULL)
return NT_STATUS_NO_MEMORY;
set = (GUMS_COMMIT_SET *)talloc(mem_ctx, sizeof(GUMS_COMMIT_SET));