1
0
mirror of https://git.zx2c4.com/wireguard-go synced 2024-11-15 01:05:15 +01:00

wintun: remove extra /

This commit is contained in:
Jason A. Donenfeld 2019-05-26 02:20:01 +02:00
parent fbcd995ec1
commit d4034e5f8a

View File

@ -361,7 +361,7 @@ func (tun *NativeTun) Write(buff []byte, offset int) (int, error) {
return len(buff) - offset, nil
}
///
//
// LUID returns Windows adapter instance ID.
//
func (tun *NativeTun) LUID() uint64 {