summaryrefslogtreecommitdiff
path: root/source3/sam/interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/sam/interface.c')
-rw-r--r--source3/sam/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/sam/interface.c b/source3/sam/interface.c
index d08df42122..51ae561999 100644
--- a/source3/sam/interface.c
+++ b/source3/sam/interface.c
@@ -384,7 +384,7 @@ NTSTATUS make_sam_context(SAM_CONTEXT **context)
{
TALLOC_CTX *mem_ctx;
- mem_ctx = talloc_init_named("sam_context internal allocation context");
+ mem_ctx = talloc_init("sam_context internal allocation context");
if (!mem_ctx) {
DEBUG(0, ("make_sam_context: talloc init failed!\n"));