diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-07-23 11:45:48 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-07-23 11:45:48 +0200 |
commit | eeeac287ef4e46a1fcd3d15a1f8942dc136ae601 (patch) | |
tree | 80919c474e8a79ff99c2747aeeabd1e43051e11a /tun/tun_windows.go | |
parent | b5a7cbf069678ccdca7fe3997f6b44ffc3446109 (diff) |
tun: windows: style
Diffstat (limited to 'tun/tun_windows.go')
-rw-r--r-- | tun/tun_windows.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tun/tun_windows.go b/tun/tun_windows.go index 01c5644..30518c6 100644 --- a/tun/tun_windows.go +++ b/tun/tun_windows.go @@ -104,7 +104,7 @@ func CreateTUNWithRequestedGUID(ifname string, requestedGUID *windows.GUID) (Dev tun := &NativeTun{ wt: wt, - handle: windows.InvalidHandle, + handle: windows.InvalidHandle, events: make(chan Event, 10), errors: make(chan error, 1), forcedMTU: 1500, |