]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Do not explicitly set the thread pointer to NULL
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Thu, 7 Oct 2021 09:22:18 +0000 (12:22 +0300)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Fri, 8 Oct 2021 05:56:42 +0000 (08:56 +0300)
commit1a8e5aea78aba2d38de0e7bc7bdbe0e4b5a6960d
treed7bdf142989da2972b80d4a4432dad096206f6a5
parent89748f2704ee69177e5adb5ca08f5c1fd00bb50e
tests: 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>
tests/lib/test_timer_correctness.c
tests/lib/test_timer_performance.c