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:
committed by
Gerald (Jerry) Carter
parent
1581babfb5
commit
3bf76db42d
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user