lib: Fix clang warning

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2017-06-30 10:29:14 -04:00
parent fd576f61bc
commit 85bf0f3237

View File

@ -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;