Commit 240b05a6 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix typo in renegotiation.

parent 9e8a7700
......@@ -819,7 +819,7 @@ func clientLoop(c *webClient, conn *websocket.Conn) error {
case connectionFailedAction:
if down := getDownConn(c, a.id); down != nil {
err := negotiate(c, down, true, true)
if err == nil {
if err != nil {
return err
}
tracks := make(
......
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