Commit 5c4dee07 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e2599e46
...@@ -529,8 +529,8 @@ error _Conn::resync(zodb::Tid at) { ...@@ -529,8 +529,8 @@ error _Conn::resync(zodb::Tid at) {
// TODO if file has no mappings and was not used during whole prev // TODO if file has no mappings and was not used during whole prev
// cycle - forget and stop watching it // cycle - forget and stop watching it
// opening or closing fileh, whose setup/teardown is handled by // "opening" or "closing" fileh - their setup/teardown is currently
// Conn.open and FileH.close correspondingly. // handled by Conn.open and FileH.close correspondingly.
if (f->_state != _FileHOpened) if (f->_state != _FileHOpened)
continue; continue;
......
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