Revert "Merge pull request #3982 from pacovn/Coverity_1479148_copy_paste"

This reverts commit 3a3704fe36, reversing
changes made to 5a3c6e736d.
This commit is contained in:
Quentin Young 2019-03-20 21:25:04 +00:00
parent 3a3704fe36
commit 73fb891892

View File

@ -1932,7 +1932,7 @@ static void rib_process_result(struct zebra_dplane_ctx *ctx)
dplane_ctx_get_vrf(ctx), dplane_ctx_get_vrf(ctx),
dest_str, old_re); dest_str, old_re);
} else } else
UNSET_FLAG(old_re->status, ROUTE_ENTRY_QUEUED); UNSET_FLAG(re->status, ROUTE_ENTRY_QUEUED);
} }
switch (op) { switch (op) {