Commit cc3c9335 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 91d0cc45
......@@ -86,8 +86,7 @@ error _WatchLink::close() {
//
// TODO -> better pthread_kill(SIGINT) instead of relying on wcfs proper behaviour?
error err2 = wlink._serveWG->wait();
// canceled is expected and ok
if (errors::Is(err2, context::canceled))
if (errors::Is(err2, context::canceled)) // canceled is expected and ok
err2 = nil;
error err3 = wlink._f->close();
......
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