summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-12-01 14:46:58 -0500
committerSimo Sorce <simo@redhat.com>2012-12-05 13:07:26 -0500
commit26d9705f231184ba69f49e2ecb97ae3d49ae5c73 (patch)
tree81e759ac1c1ed5e746bd1782243b40bfbc68e325
parent1a25b7823ddd6d4cbfc3eb56a334c4de25448cbc (diff)
downloadsssd-mc_cleanup.tar.gz
sssd-mc_cleanup.tar.xz
sssd-mc_cleanup.zip
Always append rctx as private datamc_cleanup
This is used for the new calls back from the data provider.
-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 50705a3f..c5d7577b 100644
--- a/src/responder/common/responder_common.c
+++ b/src/responder/common/responder_common.c
@@ -538,7 +538,7 @@ static int sss_dp_init(struct resp_ctx *rctx,
ret = sbus_client_init(rctx, rctx->ev,
be_conn->sbus_address,
intf, &be_conn->conn,
- NULL, NULL);
+ NULL, rctx);
if (ret != EOK) {
DEBUG(0, ("Failed to connect to monitor services.\n"));
return ret;