From 73fb891892e10155ce1e9c264cab14e59b8e74f7 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Wed, 20 Mar 2019 21:25:04 +0000 Subject: [PATCH] Revert "Merge pull request #3982 from pacovn/Coverity_1479148_copy_paste" This reverts commit 3a3704fe365a25b9644a938f674effb3e6084c56, reversing changes made to 5a3c6e736dca3639a1b49cdf305b909736f721de. --- 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 77cb38855d..5fa51ada45 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(old_re->status, ROUTE_ENTRY_QUEUED); + UNSET_FLAG(re->status, ROUTE_ENTRY_QUEUED); } switch (op) {