flowtop: Fix flows disappearing
commit49be1bd2f5f5c712e6828f659d4fbb9e27543391
authorVadim Kochan <vadim4j@gmail.com>
Sat, 4 Jul 2015 19:18:06 +0000 (4 22:18 +0300)
committerDaniel Borkmann <daniel@iogearbox.net>
Mon, 13 Jul 2015 08:38:52 +0000 (13 10:38 +0200)
tree39f9b608e247004f89a87356038fdea7ae4d2cf3
parentbbfc6dadac161c338048eae9766a08fb84350742
flowtop: Fix flows disappearing

While removing flow which is pointed by 'head' then head is set to
NULL and all the list disappears, so fixed by set removing flow next
entry to list 'head'.

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
flowtop.c