]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Fix compile issues introduced by recent commit on newer compilers
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 23 Jan 2019 01:55:55 +0000 (20:55 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 23 Jan 2019 01:55:55 +0000 (20:55 -0500)
commit8841f96e9f0f845c4e0804be6d55674fe67d1a44
tree9f699d2a1af813e9746bd31d86a59614be40c679
parent313731ac921b2afdf94fb0aea71e8d503bd20895
zebra: Fix compile issues introduced by recent commit on newer compilers

We were using dplane_ctx_get_status(ctx) and assigning that
value to zebra_dplane_status, not zebra_dplane_result( yeah what? )

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