Cleanup
This commit is contained in:
parent
5a2228a5c9
commit
40d5ff0c70
2
conn.go
2
conn.go
|
@ -66,8 +66,6 @@ func parseEndpoint(s string) (*net.UDPAddr, error) {
|
||||||
return addr, err
|
return addr, err
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Must hold device and net lock
|
|
||||||
*/
|
|
||||||
func unsafeCloseBind(device *Device) error {
|
func unsafeCloseBind(device *Device) error {
|
||||||
var err error
|
var err error
|
||||||
netc := &device.net
|
netc := &device.net
|
||||||
|
|
Loading…
Reference in a new issue