Commit d91b8f64 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 527e4904
...@@ -674,11 +674,13 @@ error WatchLink::recvReq(IContext *ctx, PinReq *rx) { ...@@ -674,11 +674,13 @@ error WatchLink::recvReq(IContext *ctx, PinReq *rx) {
if (_ == 0) if (_ == 0)
return ctx->err(); return ctx->err();
rx = _rx // XXX recheck _serveRX vs EOF signalling
if rx is None: // XXX recheck _serveRX vs EOF signalling #if 0
if rx is None:
return rx return rx
#endif
rx.stream = pkt.stream; rx->stream = pkt.stream;
pkt.to_string(); pkt.to_string();
stream, msg = rx stream, msg = rx
// XXX -> _parsePinReq // XXX -> _parsePinReq
......
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