aboutsummaryrefslogtreecommitdiff
path: root/src/handshake.go
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2017-07-07 13:47:09 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2017-07-07 13:47:09 +0200
commited31e757392d1f8a907250b19c64b59451c440db (patch)
treef4279f1555bbfadcace402332b75f01c5c6935f4 /src/handshake.go
parent70179f8c8c2eeb39c9a3666012481a25ce39b338 (diff)
downloadwireguard-go-ed31e757392d1f8a907250b19c64b59451c440db.tar.gz
wireguard-go-ed31e757392d1f8a907250b19c64b59451c440db.zip
Fixed cookie reply processing bug
Diffstat (limited to '')
-rw-r--r--src/handshake.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/handshake.go b/src/handshake.go
index 88bb8cb..de607df 100644
--- a/src/handshake.go
+++ b/src/handshake.go
@@ -112,7 +112,6 @@ func (peer *Peer) RoutineHandshakeInitiator() {
binary.Write(writer, binary.LittleEndian, msg)
elem.packet = writer.Bytes()
peer.mac.AddMacs(elem.packet)
- println(elem)
addToOutboundQueue(peer.queue.outbound, elem)
if attempts == 0 {