summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-12-05 17:40:46 +0000
committerJakub Hrozek <jhrozek@redhat.com>2012-12-05 23:01:37 +0100
commit18afc11a02abda49e25450fdcc553a2e8d6d93b4 (patch)
treefdd91bb22dda49c8b1a722a167745ea8dd715436 /src
parent2fdd57d428e0c38e3ce1f9286337f750727f0e2e (diff)
downloadsssd-18afc11a02abda49e25450fdcc553a2e8d6d93b4.tar.gz
sssd-18afc11a02abda49e25450fdcc553a2e8d6d93b4.tar.xz
sssd-18afc11a02abda49e25450fdcc553a2e8d6d93b4.zip
Always append rctx as private data
This is used for the new calls back from the data provider.
Diffstat (limited to 'src')
-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 50705a3f2..c5d7577b5 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;