Commit aae0714e authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent bb418b15
...@@ -307,7 +307,7 @@ error _Conn::close() { ...@@ -307,7 +307,7 @@ error _Conn::close() {
wconn._filehMu.Lock(); wconn._filehMu.Lock();
if (!wconn._filehTab.empty()) { if (!wconn._filehTab.empty()) {
f = wconn._filehTab.begin()->second; f = wconn._filehTab.begin()->second;
opening = (f->_state < _FileHOpened); opening = (f->_state < _FileHOpened);
} }
wconn._filehMu.Unlock(); wconn._filehMu.Unlock();
......
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