This commit is contained in:
JackDoan
2026-04-15 13:40:45 -05:00
parent 78b7cd7b28
commit f46cfb505d

View File

@@ -703,7 +703,6 @@ func (t *tun) Close() error {
t.l.WithField("error", err).Error("Failed to close tun file")
return err
}
t.ReadWriteCloser = nil
}
return nil