diff options
Diffstat (limited to 'src/vcl/vppcom.c')
-rw-r--r-- | src/vcl/vppcom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vcl/vppcom.c b/src/vcl/vppcom.c index 73ec40b42b8..ddd5e0b9e19 100644 --- a/src/vcl/vppcom.c +++ b/src/vcl/vppcom.c @@ -3266,7 +3266,7 @@ static void vcl_epoll_wait_handle_lt (vcl_worker_t *wrk, struct epoll_event *events, int maxevents, u32 *n_evts) { - u32 add_event, next; + u32 add_event = 0, next; vcl_session_t *s; u64 evt_data; int rv; |