]> git.puffer.fish Git - mirror/frr.git/commit
pimd: up->channel_oil cannot be NULL 5053/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 25 Sep 2019 00:48:56 +0000 (20:48 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 25 Sep 2019 13:26:24 +0000 (09:26 -0400)
commit24cbd1309881c9fdb0a925fac91339661cef41a2
treec30c1df0b314abcb10d8d786818ddbcd3a607fef
parent38513e880e789680c4a8590fcb1a99d260aa534f
pimd: up->channel_oil cannot be NULL

When we create the up data structure we create the channel_oil
as well.  As such it is impossible to get into this code
so it can be removed.

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