From 7a8b82f2cecb9e4022fc19748cdb370bbac936fb Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 29 Aug 2002 07:22:52 +0000 Subject: Add new files to Makefile + typo fix (This used to be commit b742d068b889e861599333281e825e45cc8d13a2) --- source3/sam/account.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/sam') 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")); -- cgit