Merge commit '6477139721f559b26eafd415e23e13ea2b0c27e1'
* commit '6477139721f559b26eafd415e23e13ea2b0c27e1': rtmpproto: Make sure to pass on the error code if read_connect failed Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
8e5f840472
@ -2556,7 +2556,7 @@ reconnect:
|
|||||||
if ((ret = gen_connect(s, rt)) < 0)
|
if ((ret = gen_connect(s, rt)) < 0)
|
||||||
goto fail;
|
goto fail;
|
||||||
} else {
|
} else {
|
||||||
if (read_connect(s, s->priv_data) < 0)
|
if ((ret = read_connect(s, s->priv_data)) < 0)
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user