From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 3 Jul 2008 14:55:52 -0000 Subject: [Cluster-devel] conga/ricci/modules/cluster/clumon/src/common ... Message-ID: <20080703145552.9742.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: conga Branch: RHEL5 Changes by: rmccabe at sourceware.org 2008-07-03 14:55:52 Modified files: ricci/modules/cluster/clumon/src/common: ClusterMonitor.cpp Log message: Fix bz453600 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/common/ClusterMonitor.cpp.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2.2.2&r2=1.2.2.3 --- conga/ricci/modules/cluster/clumon/src/common/ClusterMonitor.cpp 2008/01/17 17:38:38 1.2.2.2 +++ conga/ricci/modules/cluster/clumon/src/common/ClusterMonitor.cpp 2008/07/03 14:55:51 1.2.2.3 @@ -42,6 +42,8 @@ try { ClientSocket sock(_sock_path); + sock.nonblocking(true); + if(sock.send("GET").size()) throw int();