Commit 76f9145b authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 6d42bb0e
......@@ -359,7 +359,7 @@ error _WatchLink::_write(const string &pkt) {
// _parsePinReq parses message into PinReq according to wcfs isolation protocol.
static error _parsePinReq(PinReq *pin, const rxPkt *pkt) {
pin->stream = pkt->stream;
string msg = pkt->to_string();
string msg = pkt->to_string();
pin->msg = msg;
xerr::Contextf E("bad pin: '%s'", v(msg));
......
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