From 8bccd95e275fae760a991da394235e4e70e57bbd Mon Sep 17 00:00:00 2001 From: Michal Zidek Date: Wed, 15 Oct 2014 18:01:55 +0200 Subject: responders: Do not initialize pipe fd if already present Allow to skip initialization of pipe file descriptor if the responder context already has one. Reviewed-by: Pavel Reichl Reviewed-by: Simo Sorce --- src/responder/ifp/ifpsrv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/responder/ifp/ifpsrv.c') diff --git a/src/responder/ifp/ifpsrv.c b/src/responder/ifp/ifpsrv.c index 8d8fe885a..eddeec981 100644 --- a/src/responder/ifp/ifpsrv.c +++ b/src/responder/ifp/ifpsrv.c @@ -310,7 +310,7 @@ int ifp_process_init(TALLOC_CTX *mem_ctx, ifp_cmds = get_ifp_cmds(); ret = sss_process_init(mem_ctx, ev, cdb, ifp_cmds, - NULL, NULL, + NULL, -1, NULL, -1, CONFDB_IFP_CONF_ENTRY, SSS_IFP_SBUS_SERVICE_NAME, SSS_IFP_SBUS_SERVICE_VERSION, -- cgit