]> git.proxmox.com Git - mirror_frr.git/commit
bfdd: Do not explicitly set the thread pointer to NULL
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Mon, 4 Oct 2021 16:24:28 +0000 (19:24 +0300)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Mon, 4 Oct 2021 16:24:28 +0000 (19:24 +0300)
commit876968a6104133c9964ecad376175baf463c86ff
tree68ee3bf9f0059927217ee35764874fd2998f0bdf
parent510404d9f351741449ae81b1102127b6c465e471
bfdd: 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>
bfdd/control.c