mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
s3:idmap_tdb: add an entry debug statment to idmap_tdb_db_init()
Michael
This commit is contained in:
parent
3d3f398382
commit
ca697a9e31
@ -594,6 +594,8 @@ static NTSTATUS idmap_tdb_db_init(struct idmap_domain *dom, const char *params)
|
||||
NTSTATUS ret;
|
||||
struct idmap_tdb_context *ctx;
|
||||
|
||||
DEBUG(10, ("idmap_tdb_db_init called for domain '%s'\n", dom->name));
|
||||
|
||||
ctx = talloc(dom, struct idmap_tdb_context);
|
||||
if ( ! ctx) {
|
||||
DEBUG(0, ("Out of memory!\n"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user