[Cluster-devel] conga/luci/utils luci_admin

rmccabe at sourceware.org rmccabe at sourceware.org
Fri Aug 18 18:03:36 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2006-08-18 18:03:36

Modified files:
	luci/utils     : luci_admin 

Log message:
	fix a typo that caused a dangling reference in /acl_users after a restore

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/utils/luci_admin.diff?cvsroot=cluster&r1=1.46&r2=1.47

--- conga/luci/utils/luci_admin	2006/08/18 13:28:45	1.46
+++ conga/luci/utils/luci_admin	2006/08/18 18:03:36	1.47
@@ -434,7 +434,7 @@
 			try:
 				aclu = app.luci.acl_users.source_users
 				if aclu and len(aclu):
-					acl_users._user_passwords[id] = passwd
+					aclu._user_passwords[id] = passwd
 				else:
 					raise
 			except:




More information about the Cluster-devel mailing list