ifpps: Don't re-initialize stats value index counter in CSV mode
commit586daa5c53e99e0327dec27dfdaf6f5436d0c92c
authorTobias Klauser <tklauser@distanz.ch>
Sun, 9 Jun 2013 10:03:40 +0000 (9 12:03 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Sun, 9 Jun 2013 10:05:36 +0000 (9 12:05 +0200)
treea5838039bd89a5f25ad84b3670ccb6958a2e35e4
parent4d1057fcb06e9d26cece9dbae8e62bf57bacd68c
ifpps: Don't re-initialize stats value index counter in CSV mode

In case we add new stats values, j might be higher already when entering
the loop. As j will have the proper number anyway, there is no point in
re-initializing.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
ifpps.c