Commit b29c53e9 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 036e98c7
...@@ -30,7 +30,6 @@ import ( ...@@ -30,7 +30,6 @@ import (
"lab.nexedi.com/kirr/go123/exc" "lab.nexedi.com/kirr/go123/exc"
) )
func xhandshake(ctx context.Context, c net.Conn, version uint32) { func xhandshake(ctx context.Context, c net.Conn, version uint32) {
err := handshake(ctx, c, version) err := handshake(ctx, c, version)
exc.Raiseif(err) exc.Raiseif(err)
......
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