]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: Removing impossible code
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 12 Nov 2016 02:21:49 +0000 (21:21 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:15 +0000 (20:26 -0500)
commit27bc3ae3d4bca97ebaeda698cca25e3b4d8959b3
treec51e690d2b06e341989b0c110ee9d54592bddf6d
parentf0242f68c9372d12bbd990ffec2d06df8c42fb19
pimd: Removing impossible code

We've already allocated the mp data structure
and am using hash_alloc_intern for the hash_get
function.  This will return the passed
in data structure.  There is no possibility
of mp being NULL.

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