Commit c3c3762d authored by Grégory Wisniewski's avatar Grégory Wisniewski

Fix typo.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1657 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent e92b45e5
...@@ -205,7 +205,7 @@ class TransactionManager(object): ...@@ -205,7 +205,7 @@ class TransactionManager(object):
return return
# unlock any object # unlock any object
for oid in transaction.getOIDList(): for oid in transaction.getOIDList():
if has_read_lock: if has_load_lock:
# XXX: we release locks without checking if tid owns them # XXX: we release locks without checking if tid owns them
del self._load_lock_dict[oid] del self._load_lock_dict[oid]
del self._store_lock_dict[oid] del self._store_lock_dict[oid]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment