1
0
mirror of https://git.zx2c4.com/wireguard-go synced 2025-09-18 20:57:50 +02:00
This commit is contained in:
Jason A. Donenfeld 2018-05-23 02:41:41 +02:00
parent 5a2228a5c9
commit 40d5ff0c70

View File

@ -66,8 +66,6 @@ func parseEndpoint(s string) (*net.UDPAddr, error) {
return addr, err
}
/* Must hold device and net lock
*/
func unsafeCloseBind(device *Device) error {
var err error
netc := &device.net