From 23fbacb455e3e8127917782042463551f142b4c1 Mon Sep 17 00:00:00 2001 From: "F. Aragon" Date: Wed, 20 Mar 2019 16:45:32 +0100 Subject: [PATCH] zebra: copy-paste error (Coverity 1479148) Signed-off-by: F. Aragon --- zebra/zebra_rib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index 5fa51ada45..77cb38855d 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -1932,7 +1932,7 @@ static void rib_process_result(struct zebra_dplane_ctx *ctx) dplane_ctx_get_vrf(ctx), dest_str, old_re); } else - UNSET_FLAG(re->status, ROUTE_ENTRY_QUEUED); + UNSET_FLAG(old_re->status, ROUTE_ENTRY_QUEUED); } switch (op) { -- 2.39.5