mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 09:15:34 +00:00
Merge pull request #3982 from pacovn/Coverity_1479148_copy_paste
zebra: copy-paste error (Coverity 1479148)
This commit is contained in:
commit
3a3704fe36
@ -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(re->status, ROUTE_ENTRY_QUEUED);
|
UNSET_FLAG(old_re->status, ROUTE_ENTRY_QUEUED);
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (op) {
|
switch (op) {
|
||||||
|
Loading…
Reference in New Issue
Block a user