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:
|
case connectionFailedAction:
|
||||||
if down := getDownConn(c, a.id); down != nil {
|
if down := getDownConn(c, a.id); down != nil {
|
||||||
err := negotiate(c, down, true, true)
|
err := negotiate(c, down, true, true)
|
||||||
if err == nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
tracks := make(
|
tracks := make(
|
||||||
|
|
Loading…
Reference in a new issue