]> git.puffer.fish Git - matthieu/frr.git/commit
watchfrr: Do not explicitly set the thread pointer to NULL
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Mon, 4 Oct 2021 16:26:55 +0000 (19:26 +0300)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Mon, 4 Oct 2021 16:29:06 +0000 (19:29 +0300)
commit62143398ced16e33e693b90a9ec4a7020708e874
tree1a5788d607597a52b54841e72769cb0cf4bd0481
parentfeabd51dae76a1a85913b2d5b9cea95bc720eadc
watchfrr: Do not explicitly set the thread pointer to NULL

FRR should only ever use the appropriate THREAD_ON/THREAD_OFF
semantics.  This is espacially true for the functions we
end up calling the thread for.

Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
watchfrr/watchfrr.c