summaryrefslogtreecommitdiff
path: root/source3/modules
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-12-23 23:53:56 +0000
committerJeremy Allison <jra@samba.org>2002-12-23 23:53:56 +0000
commit0fdf60f0512f1a4443e315d764d59636c2075fe7 (patch)
tree4fa8b751ad63a6ffaf2046081edf63d3963df420 /source3/modules
parent54af5d0f252739240b933b61dffda445d1ca1337 (diff)
downloadsamba-0fdf60f0512f1a4443e315d764d59636c2075fe7.tar.gz
samba-0fdf60f0512f1a4443e315d764d59636c2075fe7.tar.bz2
samba-0fdf60f0512f1a4443e315d764d59636c2075fe7.zip
Finish adding strings to all talloc_init() calls.
Jeremy. (This used to be commit 784d15761c3271bfd602866f8f9f880dac77671c)
Diffstat (limited to 'source3/modules')
-rw-r--r--source3/modules/mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/mysql.c b/source3/modules/mysql.c
index 5516befc08..1d5819295b 100644
--- a/source3/modules/mysql.c
+++ b/source3/modules/mysql.c
@@ -676,7 +676,7 @@ static NTSTATUS mysqlsam_replace_sam_account(struct pdb_methods *methods,
/* I know this is somewhat overkill but only the talloc
* functions have asprint_append and the 'normal' asprintf
* is a GNU extension */
- query.mem_ctx = talloc_init();
+ query.mem_ctx = talloc_init("mysqlsam_replace_sam_account");
query.part2 = talloc_asprintf(query.mem_ctx, "%s", "");
if (query.update) {
query.part1 =