[Cluster-devel] conga/ricci/modules/cluster ClusterStatus.cpp

kupcevic at sourceware.org kupcevic at sourceware.org
Mon Feb 5 22:32:18 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	RHEL4
Changes by:	kupcevic at sourceware.org	2007-02-05 22:32:17

Modified files:
	ricci/modules/cluster: ClusterStatus.cpp 

Log message:
	missing semicolon

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/ClusterStatus.cpp.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.16.2.1&r2=1.16.2.2

--- conga/ricci/modules/cluster/ClusterStatus.cpp	2007/02/05 21:27:22	1.16.2.1
+++ conga/ricci/modules/cluster/ClusterStatus.cpp	2007/02/05 22:32:17	1.16.2.2
@@ -157,7 +157,7 @@
 {
   XMLObject cluster_conf(ClusterConf::get()); // bailout if cluster.conf not present
   XMLObject stat = status();
-  bool cman_cluster = ClusterConf::is_cman(cluster_conf)
+  bool cman_cluster = ClusterConf::is_cman(cluster_conf);
   
   if (stat.get_attr("cluster_version") == "4") {
     run_initd("ccsd", true, false);




More information about the Cluster-devel mailing list