Commit f87872fa authored by Nicolas Delaby's avatar Nicolas Delaby

Store open connection Flag on none volatile attribute

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19361 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2c125c5a
......@@ -71,7 +71,7 @@ class LDAPConnectionAccessors:
return getattr(aq_base(self), 'openc', None)
def setOpenConnection(self, openc):
self._v_openc = openc
self.openc = openc
shouldBeOpen = getOpenConnection
......
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