Commit b9654e0b authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent c97596f1
...@@ -696,7 +696,7 @@ error _Conn::resync(zodb::Tid at) { ...@@ -696,7 +696,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.UnlockAndRLock(); // XXX name wconn._atMu.XXXAtomicUnlockAndRLock(); // XXX name
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