]> git.puffer.fish Git - mirror/frr.git/commit
zebra: unlock node only after operation in zebra_free_rnh() 17129/head
authorEnke Chen <enchen@paloaltonetworks.com>
Tue, 15 Oct 2024 17:23:10 +0000 (10:23 -0700)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Wed, 16 Oct 2024 05:13:50 +0000 (05:13 +0000)
commit5aae058522681984536db9099c89206df41f8c55
tree098965ee453ab89b3ce358e59c400b0d000f7624
parentee96c3ceb0835422ffb838978396545846e9b911
zebra: unlock node only after operation in zebra_free_rnh()

Move route_unlock_node() after rnh_list_del().

Signed-off-by: Enke Chen <enchen@paloaltonetworks.com>
(cherry picked from commit 5b6ff51b8ae7f8c7348cea4de9543956f32641a7)
zebra/zebra_rnh.c