]> git.proxmox.com Git - mirror_frr.git/commit
zebra: ctx is dereferenced in every path
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 11 May 2019 12:39:54 +0000 (08:39 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 11 May 2019 12:39:54 +0000 (08:39 -0400)
commitd8e479a355b728645fafbd70836eb5f33746b694
treed0ee71a82478624865087270a51dc60517b514b3
parent764252d0ab48563eb171e09ce9d53e249e6e8a27
zebra: ctx is dereferenced in every path

No need to check for non-null ctx at this point in the
function as that it has already been derefed.

Signed-off-by: donald Sharp ,sahrpd@cumulusnetworks.com>
zebra/zebra_dplane.c