ifpps: remove state from enum, since never used
commit7a3b0f2226f7ad5f5ba20bcab5ef0f5c2b75e17d
authorDaniel Borkmann <dborkman@redhat.com>
Sat, 16 Mar 2013 16:39:12 +0000 (16 17:39 +0100)
committerDaniel Borkmann <dborkman@redhat.com>
Sat, 16 Mar 2013 16:39:12 +0000 (16 17:39 +0100)
treeb20ab65c3dc989da3a0718e48a37907d1be10086
parent714868559b381722637ac7bcad0c510e7f48dfe2
ifpps: remove state from enum, since never used

We do not assign or use this particular state, so just remove it from
the enum. We continue anyway in the while loop in that case.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
ifpps.c