From c4a85f65db3713bb5b9ef12b0cebaddace84a8e8 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Fri, 28 Mar 2014 12:51:08 +0100 Subject: IFP: do not create client socket MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There is no need for client socket in IFP responder, since it uses D-Bus for communication with clients. Resolves: https://fedorahosted.org/sssd/ticket/2290 Reviewed-by: Pavel Březina (cherry picked from commit 0a6fa194bad18f417dc8542d3b8f654f898375c5) --- Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 19d9bfb18..329b09861 100644 --- a/Makefile.am +++ b/Makefile.am @@ -310,7 +310,6 @@ AM_CPPFLAGS = \ -DSSS_SUDO_SOCKET_NAME=\"$(pipepath)/sudo\" \ -DSSS_AUTOFS_SOCKET_NAME=\"$(pipepath)/autofs\" \ -DSSS_SSH_SOCKET_NAME=\"$(pipepath)/ssh\" \ - -DSSS_IFP_SOCKET_NAME=\"$(pipepath)/ifp\" \ -DLOCALEDIR=\"$(localedir)\" EXTRA_DIST = build/config.rpath -- cgit