netsniff-ng: Remove unnecessary memset of struct pollfd
commitd1a16d34e7828150403dec6da1fb6ba75c7ca1ad
authorTobias Klauser <tklauser@distanz.ch>
Fri, 9 May 2014 12:22:25 +0000 (9 14:22 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Fri, 9 May 2014 12:22:25 +0000 (9 14:22 +0200)
tree15a942226b8dd883a389ce00b7898b9cb2568170
parent132f533dac7211d0d98bf3e56112db156a4b2cf7
netsniff-ng: Remove unnecessary memset of struct pollfd

rx_poll will be passed to prepare_polling() which already zeros the
struct, so no need to do it before.

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