device: remove unnecessary zeroing

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
This commit is contained in:
Josh Bleecher Snyder 2020-12-17 15:20:35 -08:00 committed by Jason A. Donenfeld
parent b42e32047d
commit d0f8e9477c

View file

@ -102,7 +102,6 @@ func (device *Device) NewPeer(pk NoisePublicKey) (*Peer, error) {
peer.cookieGenerator.Init(pk)
peer.device = device
peer.isRunning.Set(false)
// map public key