From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 9 Nov 2006 14:17:10 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte ... Message-ID: <20061109141710.18710.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-11-09 14:17:09 Modified files: luci/site/luci/Extensions: cluster_adapters.py Log message: fix a fencing bug Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.155&r2=1.156 --- conga/luci/site/luci/Extensions/cluster_adapters.py 2006/11/08 21:42:50 1.155 +++ conga/luci/site/luci/Extensions/cluster_adapters.py 2006/11/09 14:17:08 1.156 @@ -3021,7 +3021,7 @@ if fd.isShared() == False: continue for fdev in level1: - if fd.getName.strip() == fdev['name']: + if fd.getName().strip() == fdev['name']: isUnique = False break if isUnique == True: