Commit e2599e46 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 58f95123
...@@ -531,7 +531,7 @@ error _Conn::resync(zodb::Tid at) { ...@@ -531,7 +531,7 @@ error _Conn::resync(zodb::Tid at) {
// opening or closing fileh, whose setup/teardown is handled by // opening or closing fileh, whose setup/teardown is handled by
// Conn.open and FileH.close correspondingly. // Conn.open and FileH.close correspondingly.
if (f._state != _FileHOpened) if (f->_state != _FileHOpened)
continue; continue;
// update f._headfsize and remmap to head/f zero regions that are now covered by head/f // update f._headfsize and remmap to head/f zero regions that are now covered by head/f
......
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