Avoid excessive error message printout.
PR: bin/118150 Reported by: keramida MFC after: 3 days
This commit is contained in:
parent
ced9908785
commit
7c3417c989
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user