Latest go changes

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2018-04-27 05:43:02 +02:00
parent 31101f2418
commit 254cc4cc87
2 changed files with 3 additions and 3 deletions

View File

@ -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