forked from Mirror/frr
![]() We have this pattern in the code base: if (thread) THREAD_OFF(thread); If we look at THREAD_OFF we check to see if thread is non-null too. So we have a double check. This is unnecessary. Convert to just using THREAD_OFF Signed-off-by: Donald Sharp <sharpd@nvidia.com> |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
subdir.am | ||
watchfrr.c | ||
watchfrr.h | ||
watchfrr_errors.c | ||
watchfrr_errors.h | ||
watchfrr_vty.c |