Update src/iosource/pcap/pcap.bif

Co-authored-by: Jon Siwek <jsiwek@corelight.com>
This commit is contained in:
Seth Hall 2020-10-13 08:12:57 -04:00 committed by GitHub
parent 928faeaad3
commit 5d6800f6bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,8 +116,6 @@ function findalldevs%(%): Pcap::Interfaces
static auto ifaces_type = id::find_type<TableType>("Pcap::Interfaces");
auto pcap_interfaces = make_intrusive<TableVal>(ifaces_type);
int i=0;
RecordVal *r;
static auto iface_type = id::find_type<RecordType>("Pcap::Interface");
for ( d=alldevs; d; d=d->next )
{