Commit 6bf24d85 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 949d9c0c
...@@ -293,7 +293,7 @@ error _Conn::close() { ...@@ -293,7 +293,7 @@ error _Conn::close() {
return E(eret); return E(eret);
} }
// _pinner receives pin messages from wcfs and adjusts wconn mappings. // _pinner receives pin messages from wcfs and adjusts wconn file mappings.
error _Conn::_pinner(context::Context ctx) { error _Conn::_pinner(context::Context ctx) {
_Conn& wconn = *this; _Conn& wconn = *this;
error err = wconn.__pinner(ctx); error err = wconn.__pinner(ctx);
......
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