From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 18 Aug 2006 18:03:36 -0000 Subject: [Cluster-devel] conga/luci/utils luci_admin Message-ID: <20060818180336.2966.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-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: