ldap_locks: oubli items() dans for
This commit is contained in:
parent
faeb3651dd
commit
5e2a4ad10d
1 changed files with 2 additions and 2 deletions
|
@ -86,8 +86,8 @@ class LdapLockHolder:
|
||||||
l'objet.
|
l'objet.
|
||||||
"""
|
"""
|
||||||
if Id == None:
|
if Id == None:
|
||||||
for key, subdict in self.locks['default'].iteritems():
|
for key, subdict in self.locks['default'].items():
|
||||||
for item, value in subdict:
|
for item, value in subdict.items():
|
||||||
try:
|
try:
|
||||||
self.removelock(item, value, key)
|
self.removelock(item, value, key)
|
||||||
except:
|
except:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue