From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 12 May 2008 15:15:24 -0000 Subject: [Cluster-devel] conga/ricci/modules/cluster/clumon/src/daemon ... Message-ID: <20080512151524.22077.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-05-12 15:15:23 Modified files: ricci/modules/cluster/clumon/src/daemon: Monitor.cpp Log message: Fix type error Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/daemon/Monitor.cpp.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.10.2.8&r2=1.10.2.9 --- conga/ricci/modules/cluster/clumon/src/daemon/Monitor.cpp 2008/01/17 17:38:38 1.10.2.8 +++ conga/ricci/modules/cluster/clumon/src/daemon/Monitor.cpp 2008/05/12 15:15:23 1.10.2.9 @@ -845,7 +845,7 @@ if (ch != NULL) { int ret; cman_version_t cman_version; - char *clu_version = ""; + String clu_version = ""; ret = cman_get_version(ch, &cman_version); if (ret >= 0) {