summaryrefslogtreecommitdiffstats
path: root/src/responder/ifp/ifpsrv.c
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-05-09 19:45:15 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-05-13 21:46:44 +0200
commitb81ad4a7c59cade13d52216f805d904392627136 (patch)
tree3bfa542daa798c7612564221737fd13396ba703c /src/responder/ifp/ifpsrv.c
parent393099fb7caa2c128277e26ba3463aa7f95a0ebb (diff)
downloadsssd-b81ad4a7c59cade13d52216f805d904392627136.tar.gz
sssd-b81ad4a7c59cade13d52216f805d904392627136.tar.xz
sssd-b81ad4a7c59cade13d52216f805d904392627136.zip
SBUS: Add SBUS_CONN_TYPE_SYSBUS
We need to retrieve caller IDs for each call from the system bus. This commit adds a new SBUS connection type that identifies system bus connection. The connection is used in the IFP provider. Reviewed-by: Pavel Březina <pbrezina@redhat.com> Reviewed-by: Stef Walter <stefw@redhat.com>
Diffstat (limited to 'src/responder/ifp/ifpsrv.c')
-rw-r--r--src/responder/ifp/ifpsrv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/responder/ifp/ifpsrv.c b/src/responder/ifp/ifpsrv.c
index e76f3bdb0..2f98cf838 100644
--- a/src/responder/ifp/ifpsrv.c
+++ b/src/responder/ifp/ifpsrv.c
@@ -150,7 +150,7 @@ sysbus_init(TALLOC_CTX *mem_ctx,
/* Integrate with tevent loop */
ret = sbus_init_connection(system_bus, ev, conn,
- SBUS_CONN_TYPE_SHARED,
+ SBUS_CONN_TYPE_SYSBUS,
&system_bus->conn);
if (ret != EOK) {
DEBUG(SSSDBG_CRIT_FAILURE,