diff options
Diffstat (limited to 'tun_linux.go')
-rw-r--r-- | tun_linux.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tun_linux.go b/tun_linux.go index 18994cc..9f60d2b 100644 --- a/tun_linux.go +++ b/tun_linux.go @@ -392,6 +392,7 @@ func (tun *NativeTun) Close() error { return err } tun.closingWriter.Write([]byte{0}) + close(tun.events) return nil } |