summaryrefslogtreecommitdiffstats
path: root/src/responder
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2010-03-21 00:59:30 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-04-12 09:22:16 -0400
commit9db5a5140356479a58f2e7212fc5c4ad6135bb7f (patch)
tree85d65e015f099a1d2c6e9e1cf07e94a7c630c25f /src/responder
parente5e32021c23f3726d68ee756e8e3de48b3214063 (diff)
downloadsssd-9db5a5140356479a58f2e7212fc5c4ad6135bb7f.tar.gz
sssd-9db5a5140356479a58f2e7212fc5c4ad6135bb7f.tar.xz
sssd-9db5a5140356479a58f2e7212fc5c4ad6135bb7f.zip
sysydb: Finally stop using a common event context
This commit completes the migration to a synchronous sysdb
Diffstat (limited to 'src/responder')
-rw-r--r--src/responder/common/responder_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/responder/common/responder_common.c b/src/responder/common/responder_common.c
index 315eb7354..501c35205 100644
--- a/src/responder/common/responder_common.c
+++ b/src/responder/common/responder_common.c
@@ -679,7 +679,7 @@ int sss_process_init(TALLOC_CTX *mem_ctx,
}
}
- ret = sysdb_init(rctx, ev, cdb, NULL, false, &rctx->db_list);
+ ret = sysdb_init(rctx, cdb, NULL, false, &rctx->db_list);
if (ret != EOK) {
DEBUG(0, ("fatal error initializing resp_ctx\n"));
return ret;