CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/31 12:08:29
Modified files:
usr.sbin/tcpdump: tcpdump.c
Log message:
tcpdump: fix -Wunused-but-set-variable warning
All "infile" handling was moved into priv_exec() when tcpdump was
privilege separated. The options are scanned both in priv_exec()
and in main(), so the empty case needs to remain in the latter.
ok deraadt@
