aboutsummaryrefslogtreecommitdiff
path: root/src/peer.go
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2017-07-06 16:24:24 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2017-07-06 16:24:24 +0200
commit70179f8c8c2eeb39c9a3666012481a25ce39b338 (patch)
tree036dd744f18f62750d431c0dcdb5687e3041451b /src/peer.go
parent59f9316f51ce3cb470200b0cfe847116a0583d25 (diff)
downloadwireguard-go-70179f8c8c2eeb39c9a3666012481a25ce39b338.tar.gz
wireguard-go-70179f8c8c2eeb39c9a3666012481a25ce39b338.zip
Fixed broken test
Diffstat (limited to 'src/peer.go')
-rw-r--r--src/peer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peer.go b/src/peer.go
index 77bd4df..e3c8060 100644
--- a/src/peer.go
+++ b/src/peer.go
@@ -39,7 +39,7 @@ type Peer struct {
outbound chan *QueueOutboundElement // sequential ordering of work
inbound chan *QueueInboundElement // sequential ordering of work
}
- mac MacStatePeer
+ mac MACStatePeer
}
func (device *Device) NewPeer(pk NoisePublicKey) *Peer {