]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: add missing unlock of path_info
authorPat Ruddy <pat@voltanet.io>
Fri, 4 Dec 2020 12:16:32 +0000 (12:16 +0000)
committerPat Ruddy <pat@voltanet.io>
Mon, 4 Jan 2021 14:29:44 +0000 (14:29 +0000)
commit331bd0ebad60cee233eb5c95c658fda67cd45bb9
treea442391f0991891fd35ed1f0f6342e101a3729e2
parente3ea65039e8e17144e0cb91d9c93d4fc3f949e1d
bgpd: add missing unlock of path_info

when the path info information is queued on the work queue it
is protected by a lock to avoid the rug being pulled whilst it
resides on the queue add an unlock in the error case where we do
no queue the reference to the workqueue.

Signed-off-by: Pat Ruddy <pat@voltanet.io>
bgpd/bgp_labelpool.c