netsniff-ng: Remove useless check for ctx.device_in
commit83db3213e55a646132e092014e162ebfe16b7236
authorTobias Klauser <tklauser@distanz.ch>
Tue, 9 Sep 2014 12:32:23 +0000 (9 14:32 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Tue, 9 Sep 2014 12:32:23 +0000 (9 14:32 +0200)
tree4e69a8c32a36a84814d710cb7bbb01c4693433d2
parent29e8d65ae49ef1c9435fb861b1fc55ef2305d7ed
netsniff-ng: Remove useless check for ctx.device_in

If ctx.device_in is NULL after option parsing, it is always set to
"any", which is before this check. Thus, it serves no purpose and can be
removed.

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