ifpps: Remove unnecessary memset()
commit760f5b49a49c4b244a2da06a4123f884d891f8f6
authorTobias Klauser <tklauser@distanz.ch>
Thu, 11 Jul 2013 07:49:11 +0000 (11 09:49 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Thu, 11 Jul 2013 07:49:11 +0000 (11 09:49 +0200)
tree167056a41fe1c0e95485d91ca63bea0def4ee1f2
parent4f42ef17be2bba0e3ed997d478beb596e5e57e0a
ifpps: Remove unnecessary memset()

stats_avg will be reset to 0 on the first call to stats_top() before
displaying any results, thus this memset() is not necessary.

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