From a21698161dcc506e469d7af58099e952062ff256 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 27 Feb 2010 16:07:09 -0500 Subject: sysdb: start conversion from async to sync allow nesting during transition --- src/db/sysdb.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/db') 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) { -- cgit