Avoid excessive error message printout.

PR:		bin/118150
Reported by:	keramida
MFC after:	3 days
This commit is contained in:
Max Laier 2007-11-21 12:52:26 +00:00
parent 46e5fdd5af
commit 7b8d9f5cb3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173819

View file

@ -1132,6 +1132,7 @@ info(register int verbose)
if (pcap_stats(pd, &stat) < 0) {
(void)fprintf(stderr, "pcap_stats: %s\n", pcap_geterr(pd));
infoprint = 0;
return;
}