]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
device: rename unsafeRemovePeer to removePeerLocked
authorJason A. Donenfeld <Jason@zx2c4.com>
Tue, 9 Feb 2021 15:11:33 +0000 (16:11 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 9 Feb 2021 15:11:33 +0000 (16:11 +0100)
commit9e728c2eb07e9d551bef2bcb3681ea0afc2dd1a0
treeb754e8633d7b725ec6f8d35edc3beff22a373654
parenteaf664e4e9134ab7d5100d7284274a821122fbbc
device: rename unsafeRemovePeer to removePeerLocked

This matches the new naming scheme of upLocked and downLocked.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
device/device.go