]> git.puffer.fish Git - mirror/frr.git/commit
zebra: unlock node only after operation in zebra_free_rnh() 17130/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:52 +0000 (05:13 +0000)
commite9c99dfd7a36cb6379aa3339bd214249380c054c
treec048c0bc19d575573702248c6899a9e92f9574aa
parent4d229b00196d9ff4204e9c44511bbcc39ee61a79
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