]> 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)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 11 Aug 2022 20:31:28 +0000 (16:31 -0400)
commit86c4fdfac8feef6766615a5687c1aff560c99e23
treeac8afb430d5661c47c80429f73d940930b30c62c
parent23f85c8dadf55ba90038262a74266f8eecbf41b6
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