mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-01 12:47:16 +00:00
Merge pull request #3106 from pacovn/Coverity_1446184_Copy-paste_error
lib: RB-tree copy-paste error (Coverity 1446184)
This commit is contained in:
commit
d6127f2cc8
@ -345,7 +345,7 @@ rbe_remove(const struct rb_type *t, struct rbt_tree *rbt, struct rb_entry *rbe)
|
||||
else
|
||||
RBE_RIGHT(tmp) = rbe;
|
||||
|
||||
rbe_if_augment(t, parent);
|
||||
rbe_if_augment(t, tmp);
|
||||
} else
|
||||
RBH_ROOT(rbt) = rbe;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user