]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Fix crash in shutdown w/ pw thread still running
authorDonald Sharp <sharpd@nvidia.com>
Thu, 11 Aug 2022 18:59:17 +0000 (14:59 -0400)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 12 Aug 2022 07:52:44 +0000 (10:52 +0300)
commit553a99b5fcd4c9f11f40f833d3a23ad824c36828
tree648046becb2bf484c6da74b5b16a52e2eb3d4663
parent93e64942eb8ce52eaa51abcaec849de10c37e666
zebra: Fix crash in shutdown w/ pw thread still running

I am seeing the zebra_pw_install_retry timer thread crashing
on shutdown

The shutdown of the timer is only in an
if () {
   ...
} else if

Let's just always shut it down.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/zebra_pw.c