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