Avoid excessive error message printout.

PR:		bin/118150
Reported by:	keramida
MFC after:	3 days
This commit is contained in:
mlaier 2007-11-21 12:52:26 +00:00
parent ced9908785
commit 7c3417c989

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;
}