Latest go changes
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
31101f2418
commit
254cc4cc87
@ -108,7 +108,7 @@ func wgGetSocketV4(tunnelHandle int32) int32 {
|
||||
if !ok {
|
||||
return -1
|
||||
}
|
||||
native, ok := device.net.bind.(NativeBind)
|
||||
native, ok := device.net.bind.(*NativeBind)
|
||||
if !ok {
|
||||
return -1
|
||||
}
|
||||
@ -121,7 +121,7 @@ func wgGetSocketV6(tunnelHandle int32) int32 {
|
||||
if !ok {
|
||||
return -1
|
||||
}
|
||||
native, ok := device.net.bind.(NativeBind)
|
||||
native, ok := device.net.bind.(*NativeBind)
|
||||
if !ok {
|
||||
return -1
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 0715bdf353dd670bf7c3af332a8dabbe30187a1d
|
||||
Subproject commit b34604245ec4dfb50846d0ba28d022be5b756c25
|
Loading…
Reference in New Issue
Block a user