summaryrefslogtreecommitdiff
path: root/source3/sam/account.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/sam/account.c')
-rw-r--r--source3/sam/account.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/sam/account.c b/source3/sam/account.c
index 4d6916c9d8..9144c23844 100644
--- a/source3/sam/account.c
+++ b/source3/sam/account.c
@@ -105,7 +105,7 @@ NTSTATUS sam_init_account(SAM_ACCOUNT_HANDLE **account)
TALLOC_CTX *mem_ctx;
NTSTATUS nt_status;
- mem_ctx = talloc_init_named("passdb internal SAM_ACCOUNT_HANDLE allocation");
+ mem_ctx = talloc_init_named("sam internal SAM_ACCOUNT_HANDLE allocation");
if (!mem_ctx) {
DEBUG(0,("sam_init_account: error while doing talloc_init()\n"));