]> git.puffer.fish Git - matthieu/frr.git/commit
ospf6d: Do not explicitly set the thread pointer to NULL
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Thu, 7 Oct 2021 10:25:43 +0000 (13:25 +0300)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Fri, 8 Oct 2021 05:56:42 +0000 (08:56 +0300)
commitd573b8f8639350cfa1edeec6b8e1cd422008ea77
treea0abab9b19e11a7d663ba81194db7463521594b1
parentae84497d13b2970febfa71b45b6d4b021bb27804
ospf6d: 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>
ospf6d/ospf6_asbr.c
ospf6d/ospf6_gr_helper.c
ospf6d/ospf6_intra.c
ospf6d/ospf6_nssa.c
ospf6d/ospf6_top.c