1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-15 16:23:49 +03:00

r19362: - don't need to store the baseinfo message after cache load

- set better names on talloc structures in ldb modules, making leaks
  easier to track down
This commit is contained in:
Andrew Tridgell
2006-10-17 01:21:02 +00:00
committed by Gerald (Jerry) Carter
parent 1581babfb5
commit 3bf76db42d
5 changed files with 11 additions and 0 deletions

View File

@@ -822,6 +822,7 @@ static int lldb_connect(struct ldb_context *ldb,
talloc_free(lldb);
return -1;
}
talloc_set_name_const(*module, "ldb_ldap backend");
(*module)->ldb = ldb;
(*module)->prev = (*module)->next = NULL;
(*module)->private_data = lldb;