]> git.proxmox.com Git - mirror_frr.git/commit
pimd: Removing extra asserts
authorDonald Sharp <sharpd@cumulusnetwroks.com>
Thu, 23 Jun 2016 19:39:20 +0000 (15:39 -0400)
committerDonald Sharp <sharpd@cumulusnetwroks.com>
Thu, 23 Jun 2016 19:42:03 +0000 (15:42 -0400)
commit09c02cc3c0dd6fcadd57ba085f263a174a75dc50
treed858db8b7fa6db47a2f5b2279e1e5b78e20bcc0e
parent490b281c0001b63eabb07fb9b307d3e2e07c127f
pimd: Removing extra asserts

in the igmp_group_free path, the normal deletion path
was causing asserts to happen.  There is no need
to have asserts here for this reason.

Further testing done w/ valgrind.

Ticket: CM-11401
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_igmp.c