mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-27 16:30:44 +00:00
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_errors.c | ||
| watchfrr_errors.h | ||
| watchfrr_vty.c | ||
| watchfrr.c | ||
| watchfrr.h | ||