X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=source3%2Fwinbindd%2Fidmap.c;h=532a90ed3d8df147296e49ed7d8ad20e65b8ffa9;hb=567ce9232f24ee47a46c90cf24ffe1da93d23831;hp=4bb54a328e9ad37d1bbd5519676459ce6626194c;hpb=f5b66ea630331a0bc87d8757790d989fb413de3a;p=metze%2Fsamba%2Fwip.git diff --git a/source3/winbindd/idmap.c b/source3/winbindd/idmap.c index 4bb54a328e9a..532a90ed3d8d 100644 --- a/source3/winbindd/idmap.c +++ b/source3/winbindd/idmap.c @@ -432,6 +432,10 @@ fail: static struct idmap_domain *idmap_init_passdb_domain(TALLOC_CTX *mem_ctx) { + DEBUG(10, ("idmap_init_passdb_domain: calling static_init_idmap\n")); + + static_init_idmap; + if (passdb_idmap_domain != NULL) { return passdb_idmap_domain; }