On Wed, Sep 25, 2019 at 11:30:38AM -0700, Andrii Nakryiko wrote: > Some compilers emit warning for potential uninitialized next_id usage. > The code is correct, but control flow is too complicated for some > compilers to figure this out. Re-initialize next_id to satisfy > compiler. > > Signed-off-by: Andrii Nakryiko <andriin@xxxxxx> Applied, thanks!