netsniff-ng: Remove unnecessary initialization of struct ctx members
commit132f533dac7211d0d98bf3e56112db156a4b2cf7
authorTobias Klauser <tklauser@distanz.ch>
Fri, 9 May 2014 09:38:53 +0000 (9 11:38 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Fri, 9 May 2014 09:44:47 +0000 (9 11:44 +0200)
tree9c094e95404af186a1a854eadf9297642116972f
parent5381fe4fed17e813d41424ae29995d8624197a54
netsniff-ng: Remove unnecessary initialization of struct ctx members

These will be set later on depending on command line option (or panic()
out) and they're set to 0 by init_ctx() anyways.

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