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/autofs/autofssrv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/responder/autofs') diff --git a/src/responder/autofs/autofssrv.c b/src/responder/autofs/autofssrv.c index 931cf018b..12a7a777e 100644 --- a/src/responder/autofs/autofssrv.c +++ b/src/responder/autofs/autofssrv.c @@ -132,7 +132,7 @@ autofs_process_init(TALLOC_CTX *mem_ctx, autofs_cmds = get_autofs_cmds(); ret = sss_process_init(mem_ctx, ev, cdb, autofs_cmds, - SSS_AUTOFS_SOCKET_NAME, NULL, + SSS_AUTOFS_SOCKET_NAME, -1, NULL, -1, CONFDB_AUTOFS_CONF_ENTRY, SSS_AUTOFS_SBUS_SERVICE_NAME, SSS_AUTOFS_SBUS_SERVICE_VERSION, -- cgit