From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 10 Dec 2006 18:58:46 -0000 Subject: [Cluster-devel] conga/ricci/modules/cluster ClusterConf.cpp Message-ID: <20061210185846.14722.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 Changes by: rmccabe at sourceware.org 2006-12-10 18:58:46 Modified files: ricci/modules/cluster: ClusterConf.cpp Log message: close the output fd to make sure the data is flushed to disk before attempting to run ccs_tool Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/ClusterConf.cpp.diff?cvsroot=cluster&r1=1.8&r2=1.9 --- conga/ricci/modules/cluster/ClusterConf.cpp 2006/10/06 03:10:13 1.8 +++ conga/ricci/modules/cluster/ClusterConf.cpp 2006/12/10 18:58:46 1.9 @@ -85,6 +85,7 @@ fstream fs(tmp_path.c_str(), ios_base::out | ios_base::trunc); fs << generateXML(xml); + fs.close(); // propagate/move to proper place if (propagate) {