Browse Source

fix merge errors

git.mgm/mediaproxy-ng/2.1
Richard Fuchs 13 years ago
parent
commit
7673ae15a4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      daemon/call.c

+ 2
- 2
daemon/call.c View File

@ -1312,8 +1312,8 @@ got_cs:
DBG("case 1");
/* ... unless we (un)silenced the stream, in which case
we need to copy the new information */
if (!IN6_ARE_ADDR_EQUAL(&matched_relay->peer_advertised.ip46, &t->stream.ip46)
|| matched_relay->peer_advertised.port != t->stream.port)
if (!IN6_ARE_ADDR_EQUAL(&r->peer_advertised.ip46, &t->ip46)
|| r->peer_advertised.port != t->port)
setup_peer(p, t, tag);
}
else if (r && cs_o != cs) {


Loading…
Cancel
Save