summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb.c
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2010-02-27 16:07:09 -0500
committerStephen Gallagher <sgallagh@redhat.com>2010-04-12 09:22:11 -0400
commita21698161dcc506e469d7af58099e952062ff256 (patch)
tree3563c98df41718992ed86afd9f72792612b43ec2 /src/db/sysdb.c
parent6a6975f305ea142cf7b103bb7c064d8ef03e1547 (diff)
downloadsssd-a21698161dcc506e469d7af58099e952062ff256.tar.gz
sssd-a21698161dcc506e469d7af58099e952062ff256.tar.xz
sssd-a21698161dcc506e469d7af58099e952062ff256.zip
sysdb: start conversion from async to sync
allow nesting during transition
Diffstat (limited to 'src/db/sysdb.c')
-rw-r--r--src/db/sysdb.c4
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) {