mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
Fix typo in renegotiation.
This commit is contained in:
parent
9e8a77007b
commit
240b05a660
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue