wireguard-go-bridge: style
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
14437477e6
commit
c48406ac38
|
@ -165,6 +165,7 @@ func wgGetConfig(tunnelHandle int32) *C.char {
|
||||||
writer.Flush()
|
writer.Flush()
|
||||||
return C.CString(settings.String())
|
return C.CString(settings.String())
|
||||||
}
|
}
|
||||||
|
|
||||||
//export wgBumpSockets
|
//export wgBumpSockets
|
||||||
func wgBumpSockets(tunnelHandle int32) {
|
func wgBumpSockets(tunnelHandle int32) {
|
||||||
device, ok := tunnelHandles[tunnelHandle]
|
device, ok := tunnelHandles[tunnelHandle]
|
||||||
|
|
Loading…
Reference in New Issue