]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: pim_socket_join_source is only called from one place
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 31 Jul 2018 19:11:42 +0000 (15:11 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 2 Aug 2018 14:09:09 +0000 (10:09 -0400)
commitc936e76f3c397783b1aad546935fab2df332195a
treeb97f7c40ea25946f0e0e0991d2eceafdc9e7ce86
parent25f5f0398766e756fccb562dda7b0d55b86fe7ea
pimd: pim_socket_join_source is only called from one place

The pim_socket_join_source function only ever calls
pim_igmp_join_source and pim_socket_join_source is only
called from 1 place.  Skip the level of indirection.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_iface.c
pimd/pim_sock.c
pimd/pim_sock.h