]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_zebra.c
pimd: Fix another SA issue
authorDonald Sharp <sharpd@cumulusnetwroks.com>
Mon, 8 Aug 2016 14:24:02 +0000 (10:24 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:05 +0000 (20:26 -0500)
commit469c6aa2654bc6944930e2e72bfa2eb4edf13406
tree06530f2c659175a446d8bff5dcc8f726f0c891c2
parent0bc327f7b45dbb5bbc21ebdf4e546de2761821cb
pimd: Fix another SA issue

pim_zebra.c was checking to see if a ifp pointer was null
in some debug statements.  This caused the SA code
to assume that if we were at this point then the ifp
could be null and subsuquent code that doesn't check
for it to be wrong.

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