Commit f61e2be3 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 31ba0fd1
...@@ -220,7 +220,8 @@ pair<string, error> _WatchLink::sendReq(context::Context ctx, const string &req) ...@@ -220,7 +220,8 @@ pair<string, error> _WatchLink::sendReq(context::Context ctx, const string &req)
chan<rxPkt> rxq; chan<rxPkt> rxq;
error err; error err;
tie(rxq, err) = wlink->_sendReq(ctx, req); tie(rxq, err) = wlink->_sendReq(ctx, req);
// XXX err if (err != nil)
return make_pair("", err);
int _ = select({ int _ = select({
ctx->done().recvs(), // 0 ctx->done().recvs(), // 0
......
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