summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-05-27 19:14:10 +0200
committerMichael Adam <obnox@samba.org>2009-05-27 19:31:32 +0200
commitca697a9e312c68f5b11180d66939496590f01f1a (patch)
tree7174b2a2e5adcf9f3a764f71d08256ff35643347 /source3/winbindd
parent3d3f39838261ddc401053dadcc5bd8e6317a3a8e (diff)
downloadsamba-ca697a9e312c68f5b11180d66939496590f01f1a.tar.gz
samba-ca697a9e312c68f5b11180d66939496590f01f1a.tar.xz
samba-ca697a9e312c68f5b11180d66939496590f01f1a.zip
s3:idmap_tdb: add an entry debug statment to idmap_tdb_db_init()
Michael
Diffstat (limited to 'source3/winbindd')
-rw-r--r--source3/winbindd/idmap_tdb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/winbindd/idmap_tdb.c b/source3/winbindd/idmap_tdb.c
index 90327434f0..c42cd74cbe 100644
--- a/source3/winbindd/idmap_tdb.c
+++ b/source3/winbindd/idmap_tdb.c
@@ -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"));