diff --git a/daemon/call.c b/daemon/call.c index b93796735..67f927399 100644 --- a/daemon/call.c +++ b/daemon/call.c @@ -919,11 +919,9 @@ static char *streams_print(GQueue *s, unsigned int num, unsigned int off, const if (t->call->callmaster->adv_ip) ip = t->call->callmaster->adv_ip; -#if 0 t = s->head->data; if (t->peers[off].rtps[0].peer.ip == 0) ip = 0; -#endif if (!swap) g_string_append_printf(o, IPF, IPP(ip));