netsniff-ng: remove unnecessary zeroing of packet counters in init_ctx()
commit4a4b85aac16ccb59f01700ee8fb903dcdc7fcf65
authorTobias Klauser <tklauser@distanz.ch>
Wed, 12 Apr 2017 08:57:13 +0000 (12 10:57 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Wed, 12 Apr 2017 08:58:38 +0000 (12 10:58 +0200)
treee606fb4a0d2eccedd50a483c25b5950530dc8012
parenteedf26d355b3dcbaa8324db678868fe11e57d5ce
netsniff-ng: remove unnecessary zeroing of packet counters in init_ctx()

The struct ctx in initialized using memset(ctx, 0, sizeof(*ctx) in
init_ctx(), so there is no need to zero these members again.

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