CVSROOT:        /cvs/cluster
Module name:    conga
Branch:         RHEL5
Changes by:     [EMAIL PROTECTED]       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();
 

Reply via email to