diff options
Diffstat (limited to 'mcast/common/mld_client.c')
-rw-r--r-- | mcast/common/mld_client.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mcast/common/mld_client.c b/mcast/common/mld_client.c index d291466..7369174 100644 --- a/mcast/common/mld_client.c +++ b/mcast/common/mld_client.c @@ -31,9 +31,6 @@ int send_mldv2_report (struct intnode *intn, int grec_number, struct in6_addr *m int mca_index, src_index; int count = 0; - bool any = false; - - //printf("creating multicast listener report packet....\n"); //printf("size src = %d size grec = %d \n",sizeof(*src),sizeof(*grec)); if (intn->mtu < sizeof (*packet)) { @@ -156,8 +153,6 @@ int send_mldv2_report (struct intnode *intn, int grec_number, struct in6_addr *m } /* Nothing added yet */ - any = false; - for (src_index = 0; src_index < srcn || (!srcn && src_index == 0); src_index++) { //check for duplicate source reocrds and any address |