[Cluster-devel] cluster/cman/daemon ais.c

fabbione at sourceware.org fabbione at sourceware.org
Mon Dec 31 05:15:46 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	fabbione at sourceware.org	2007-12-31 05:15:46

Modified files:
	cman/daemon    : ais.c 

Log message:
	aisexec config parser expects error_string to be set also when we successfully
	read the configuration.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/ais.c.diff?cvsroot=cluster&r1=1.57&r2=1.58

--- cluster/cman/daemon/ais.c	2007/12/30 09:30:15	1.57
+++ cluster/cman/daemon/ais.c	2007/12/31 05:15:43	1.58
@@ -239,6 +239,8 @@
 
 	config_run = 1;
 
+	*error_string = "Successfully read configuration from CCS";
+
 	return 0;
 }
 




More information about the Cluster-devel mailing list