From mboxrd@z Thu Jan 1 00:00:00 1970 From: fabbione@sourceware.org Date: 31 Dec 2007 05:15:46 -0000 Subject: [Cluster-devel] cluster/cman/daemon ais.c Message-ID: <20071231051546.2862.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: 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; }