]> git.proxmox.com Git - mirror_frr.git/commit
isisd: Do not explicitly set the thread pointer to NULL
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Mon, 4 Oct 2021 16:24:54 +0000 (19:24 +0300)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Mon, 4 Oct 2021 16:24:54 +0000 (19:24 +0300)
commitc34d552dd5fe8a6821ec5efee2eb463fe3108424
treee72da641b592e210ab6d6fe146b687daa3c38e52
parent876968a6104133c9964ecad376175baf463c86ff
isisd: 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>
isisd/fabricd.c
isisd/isis_tx_queue.c