]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: Fix intentional pass of NULL
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 22 May 2017 18:52:18 +0000 (14:52 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 24 Jul 2017 17:51:37 +0000 (13:51 -0400)
commit4097373f906c660faf44f1ce6990b345c3737619
tree3f2054d2eeda97a9f82d88d958973e9c3492475d
parent6d3c1953754fa1885bd0c9e93dd2d1c5c144abb8
pimd: Fix intentional pass of NULL

pim_msdp_pkt_sa_gen is intentionally passed mp as NULL
in some cases, so we need to pass through the pim instance

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