mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-19 21:59:59 -08:00
We should not close the TCP connection, since the TLS wrapper will already close it on the lines above
This commit is contained in:
parent
4db50b4fa3
commit
d82d53c605
1 changed files with 0 additions and 5 deletions
|
|
@ -1553,11 +1553,6 @@ func (server *Server) Stop() (err error) {
|
|||
return err
|
||||
}
|
||||
|
||||
err = server.tcpl.Close()
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
// Close the UDP connection
|
||||
err = server.udpconn.Close()
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue