diff options
Diffstat (limited to 'source3/sam/group.c')
-rw-r--r-- | source3/sam/group.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/sam/group.c b/source3/sam/group.c index 7e4bcc1425..101e3dd7ce 100644 --- a/source3/sam/group.c +++ b/source3/sam/group.c @@ -83,7 +83,7 @@ NTSTATUS sam_init_group(SAM_GROUP_HANDLE **group) TALLOC_CTX *mem_ctx; NTSTATUS nt_status; - mem_ctx = talloc_init_named("sam internal SAM_GROUP_HANDLE allocation"); + mem_ctx = talloc_init("sam internal SAM_GROUP_HANDLE allocation"); if (!mem_ctx) { DEBUG(0,("sam_init_group: error while doing talloc_init()\n")); |