Put back close of listener
This commit is contained in:
parent
1840b5bd74
commit
d198765c6c
@ -821,8 +821,8 @@ func (t *tun) close() error {
|
||||
}
|
||||
|
||||
// close the listener
|
||||
//return t.listener.Close()
|
||||
return nil
|
||||
// this appears to be blocking
|
||||
return t.listener.Close()
|
||||
}
|
||||
|
||||
func (t *tun) Address() string {
|
||||
|
Loading…
Reference in New Issue
Block a user