Commit ac50973a authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Don't reset remote track on failure.

That would be racy.
parent 3d751465
...@@ -556,7 +556,6 @@ func delDownConn(c *client, id string) bool { ...@@ -556,7 +556,6 @@ func delDownConn(c *client, id string) bool {
if !found { if !found {
log.Printf("Couldn't find remote track") log.Printf("Couldn't find remote track")
} }
track.remote = nil
} }
conn.pc.Close() conn.pc.Close()
delete(c.down, id) delete(c.down, id)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment