]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: Do not explicitly set the thread pointer to NULL
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Mon, 4 Oct 2021 16:26:20 +0000 (19:26 +0300)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Mon, 4 Oct 2021 16:29:06 +0000 (19:29 +0300)
commitbf5335cf3421811cd419d9b40be69d2ad9ed8bde
tree9000ffd71f8aff4c8c8afff8ddb9495525bde876
parentf2b64253b8b9fd5029066c5d3b02392f0af1f339
pimd: 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>
pimd/pim_igmp.c
pimd/pim_msdp_socket.c
pimd/pim_pim.c