diff options
Diffstat (limited to 'device/peer.go')
-rw-r--r-- | device/peer.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/device/peer.go b/device/peer.go index 8cb0dc2..ef6c010 100644 --- a/device/peer.go +++ b/device/peer.go @@ -291,7 +291,6 @@ func (peer *Peer) Stop() { peer.ZeroAndFlushAll() } - func (peer *Peer) SetEndpointFromPacket(endpoint conn.Endpoint) { if peer.disableRoaming { return |