Commit 0fd0d391 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e51ad495
...@@ -725,7 +725,7 @@ error _Conn::resync(zodb::Tid at) { ...@@ -725,7 +725,7 @@ error _Conn::resync(zodb::Tid at) {
// //
// XXX we are still holding wconn._mu locked, so wconn._filehTab is the // XXX we are still holding wconn._mu locked, so wconn._filehTab is the
// same as in previous pass above. // same as in previous pass above.
wconn._atMu.XXXAtomicUnlockAndRLock(); // XXX name wconn._atMu.UnlockToRLock();
atMuWLocked = false; atMuWLocked = false;
// send watch updates to wcfs. // send watch updates to wcfs.
......
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