diff options
-rw-r--r-- | src/db/sysdb.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/db/sysdb.c b/src/db/sysdb.c index 815f53d25..2daaa7bc6 100644 --- a/src/db/sysdb.c +++ b/src/db/sysdb.c @@ -1517,6 +1517,10 @@ static int sysdb_domain_init_internal(TALLOC_CTX *mem_ctx, ctx->ev = ev; ctx->domain = domain; + /* FIXME: TEMPORARY + * remove once sysdb code is all converted to synchronous */ + tevent_loop_allow_nesting(ctx->ev); + /* The local provider s the only true MPG, * for the other domains, the provider actually unrolls MPGs */ if (strcasecmp(domain->provider, "local") == 0) { |