From: Anthony Minessale Date: Fri, 12 Sep 2014 13:49:58 +0000 (+0500) Subject: FS-6818 #resolve X-Git-Tag: v1.4.8~1^2~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efe0ebd3184c8d87df7537b5f06813cd51b26b33;p=thirdparty%2Ffreeswitch.git FS-6818 #resolve --- diff --git a/src/mod/endpoints/mod_verto/mod_verto.c b/src/mod/endpoints/mod_verto/mod_verto.c index f15f291ad9..5586e55d1e 100644 --- a/src/mod/endpoints/mod_verto/mod_verto.c +++ b/src/mod/endpoints/mod_verto/mod_verto.c @@ -3764,7 +3764,7 @@ static int profile_one_loop(verto_profile_t *profile) } if (pfds[x].revents & SWITCH_POLL_READ) { - if (pfds[x].sock == profile->mcast_sub.sock) { + if (profile->mcast_ip && pfds[x].sock == profile->mcast_sub.sock) { handle_mcast_sub(profile); } else { start_jsock(profile, pfds[x].sock);