Commit 56931f76 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 9ab16144
......@@ -596,7 +596,6 @@ error _Conn::resync(zodb::Tid at) {
if (f->_state != _FileHOpened)
continue;
// XXX need to lock f.mu because wconn.atMu is only R now. (???)
string ack;
tie(ack, err) = wconn._wlink->sendReq(context::background(), fmt::sprintf("watch %s @%s", v(foid), v(at)));
if (err != nil)
......
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