From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 17 Jul 2008 16:36:57 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte ... Message-ID: <20080717163657.21925.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 Branch: RHEL5 Changes by: rmccabe at sourceware.org 2008-07-17 16:36:56 Modified files: luci/site/luci/Extensions: cluster_adapters.py Log message: fix use of an undeclared variable Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.120.2.45&r2=1.120.2.46 --- conga/luci/site/luci/Extensions/cluster_adapters.py 2008/07/14 16:29:28 1.120.2.45 +++ conga/luci/site/luci/Extensions/cluster_adapters.py 2008/07/17 16:36:56 1.120.2.46 @@ -1169,7 +1169,6 @@ msg_list.append('Fix the error and try again:\n') else: msg_list.append('PASSED\n') - model.setModified(True) msg_list.append('DONE\n') msg_list.append('Propagating the new cluster.conf')