Commit cac15697 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 6a3a590a
......@@ -240,8 +240,8 @@ func NewFileSock() *FileSock {
f .tx = tx
rx, tx = io.Pipe()
sk.rx = rx
f .tx = tx
f .rx = rx
sk.tx = tx
return sk
}
......
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