mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-27 03:53:53 +08:00
fixup
This commit is contained in:
parent
b339b6f1cd
commit
adc7b3acad
@ -67,7 +67,6 @@ int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
|
||||
printer = lookup_printer(&Ndo, Data[0]);
|
||||
if (printer.printer == NULL) {
|
||||
//do not go further if we have no printer
|
||||
pcap_close(pkts);
|
||||
return 0;
|
||||
}
|
||||
Ndo.ndo_if_printer = get_if_printer(&Ndo, Data[0]);
|
||||
|
Loading…
Reference in New Issue
Block a user