diff options
-rw-r--r-- | source3/Makefile.in | 2 | ||||
-rw-r--r-- | source3/sam/account.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 0867ad3839..e466c56fb5 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -218,7 +218,7 @@ PASSDB_OBJ = $(PASSDB_GET_SET_OBJ) passdb/passdb.o passdb/pdb_interface.o \ passdb/pdb_compat.o passdb/pdb_nisplus.o SAM_OBJ = sam/account.o sam/get_set_account.o sam/get_set_group.o \ - sam/get_set_domain.o sam/interface.o sam/api.c sam/plugin.c + sam/get_set_domain.o sam/interface.o sam/api.c SAMTEST_OBJ = torture/samtest.o $(SAM_OBJ) $(LIB_OBJ) $(PARAM_OBJ) $(LIBSMB_OBJ) $(UBIQX_OBJ) $(LIB_OBJ) $(READLINE_OBJ) 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")); |