Commit cf9d528d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 6a1a7246
...@@ -167,5 +167,7 @@ cdef wcfs.PyConn pywconnOf(zconn): ...@@ -167,5 +167,7 @@ cdef wcfs.PyConn pywconnOf(zconn):
wc = pywcfs.join(zurl) wc = pywcfs.join(zurl)
wconn = wc.connect(zconn_at(zconn)) wconn = wc.connect(zconn_at(zconn))
# XXX register zconn synchronizer to wconn.resync on zconn open
# XXX zconn goes away -> wconn close & free
zconn._wcfs_wconn = wconn zconn._wcfs_wconn = wconn
return wconn return wconn
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