diff options
-rw-r--r-- | source3/winbindd/idmap.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/winbindd/idmap.c b/source3/winbindd/idmap.c index 4aa229cd66..2294f396c4 100644 --- a/source3/winbindd/idmap.c +++ b/source3/winbindd/idmap.c @@ -428,6 +428,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; } |