From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 30 Aug 2007 21:31:42 -0000 Subject: [Cluster-devel] cluster/ccs/daemon ccsd.c Message-ID: <20070830213142.27933.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Changes by: rmccabe at sourceware.org 2007-08-30 21:31:42 Modified files: ccs/daemon : ccsd.c Log message: listen() is not supported on SOCK_DGRAM Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/ccsd.c.diff?cvsroot=cluster&r1=1.28&r2=1.29 --- cluster/ccs/daemon/ccsd.c 2007/08/22 08:58:36 1.28 +++ cluster/ccs/daemon/ccsd.c 2007/08/30 21:31:41 1.29 @@ -170,8 +170,6 @@ } } - listen(sfds[1], 5); - /* Set up the unix (local) socket for CCS lib comms */ sfds[2] = setup_local_socket(SOMAXCONN);