Put back close of listener

This commit is contained in:
Asim Aslam 2019-09-05 15:23:19 +01:00
parent 1840b5bd74
commit d198765c6c

View File

@ -821,8 +821,8 @@ func (t *tun) close() error {
} }
// close the listener // close the listener
//return t.listener.Close() // this appears to be blocking
return nil return t.listener.Close()
} }
func (t *tun) Address() string { func (t *tun) Address() string {