summaryrefslogtreecommitdiff
path: root/source3/sam
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-08-29 07:22:52 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-08-29 07:22:52 +0000
commit7a8b82f2cecb9e4022fc19748cdb370bbac936fb (patch)
treec78ff0641c737c8dab3fe3ba345c9a4b12c93b32 /source3/sam
parentfe518a828b36a505772682e4d125cc5559dbeef6 (diff)
downloadsamba-7a8b82f2cecb9e4022fc19748cdb370bbac936fb.tar.gz
samba-7a8b82f2cecb9e4022fc19748cdb370bbac936fb.tar.bz2
samba-7a8b82f2cecb9e4022fc19748cdb370bbac936fb.zip
Add new files to Makefile + typo fix
(This used to be commit b742d068b889e861599333281e825e45cc8d13a2)
Diffstat (limited to 'source3/sam')
-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"));