diff options
author | Michael Adam <obnox@samba.org> | 2009-05-27 19:14:10 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-05-27 19:31:32 +0200 |
commit | ca697a9e312c68f5b11180d66939496590f01f1a (patch) | |
tree | 7174b2a2e5adcf9f3a764f71d08256ff35643347 /source3/winbindd | |
parent | 3d3f39838261ddc401053dadcc5bd8e6317a3a8e (diff) | |
download | samba-ca697a9e312c68f5b11180d66939496590f01f1a.tar.gz samba-ca697a9e312c68f5b11180d66939496590f01f1a.tar.bz2 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.c | 2 |
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")); |