fix name error introduced by bad merging of stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 10 Feb 2010 08:05:43 +0100
changeset 4530 a3c1549a68c6
parent 4529 9b242051f46a
child 4531 530a5997d51b
fix name error introduced by bad merging of stable
hooks/integrity.py
--- a/hooks/integrity.py	Tue Feb 09 19:51:19 2010 +0100
+++ b/hooks/integrity.py	Wed Feb 10 08:05:43 2010 +0100
@@ -41,7 +41,7 @@
     _UNIQUE_CONSTRAINTS_LOCK.acquire()
     asession.transaction_data['uniquecstrholder'] = True
     # register operation responsible to release the lock on commit/rollback
-    _ReleaseUniqueConstraintsHook(asession)
+    _ReleaseUniqueConstraintsOperation(asession)
 
 def _release_unique_cstr_lock(session):
     if 'uniquecstrholder' in session.transaction_data: