]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: Do not explicitly set the thread pointer to NULL
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Thu, 7 Oct 2021 09:25:59 +0000 (12:25 +0300)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Fri, 8 Oct 2021 05:56:42 +0000 (08:56 +0300)
commit30634856b419abac5ac65b7e0269d8d61b7b00a2
tree73f9871fa1d45b5d260270cb72d5ef3435aa43a8
parent1a8e5aea78aba2d38de0e7bc7bdbe0e4b5a6960d
ospfd: 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>
ospfd/ospf_opaque.c