rtp: openwrt compiler complains about uninitialized variable
This commit is contained in:
parent
dc3b4edd88
commit
fc0f44462a
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ static int udp_range_listen(struct rtp_sock *rs, const struct sa *ip,
|
|||
{
|
||||
struct sa rtcp;
|
||||
int tries = 64;
|
||||
int err;
|
||||
int err = 0;
|
||||
|
||||
rs->local = rtcp = *ip;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue