1
0
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:
Michael Adam 2009-05-27 19:14:10 +02:00
parent 3d3f398382
commit ca697a9e31

View File

@ -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"));