mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 11:01:48 +00:00
lib: Fix clang warning
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
fd576f61bc
commit
85bf0f3237
@ -1301,7 +1301,7 @@ thread_fetch (struct thread_master *m, struct thread *fetch)
|
||||
struct timeval now;
|
||||
struct timeval zerotime = { 0, 0 };
|
||||
struct timeval tv;
|
||||
struct timeval *tw;
|
||||
struct timeval *tw = NULL;
|
||||
|
||||
int num = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user