[Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte ...

rmccabe at sourceware.org rmccabe at sourceware.org
Fri Nov 17 05:48:27 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2006-11-17 05:48:27

Modified files:
	luci/site/luci/Extensions: cluster_adapters.py 

Log message:
	fix fence bug

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.163&r2=1.164

--- conga/luci/site/luci/Extensions/cluster_adapters.py	2006/11/13 21:40:55	1.163
+++ conga/luci/site/luci/Extensions/cluster_adapters.py	2006/11/17 05:48:27	1.164
@@ -3246,7 +3246,7 @@
       if fd.isShared() == False:
         continue
       for fdev in level2:
-        if fd.getName.strip() == fdev['name']:
+        if fd.getName().strip() == fdev['name']:
           isUnique = False
           break
       if isUnique == True:




More information about the Cluster-devel mailing list