diff --git a/src/source-pcap.c b/src/source-pcap.c index 3c20d3f15e..1d8022ce2a 100644 --- a/src/source-pcap.c +++ b/src/source-pcap.c @@ -219,6 +219,7 @@ static int PcapTryReopen(PcapThreadVars *ptv) static int PcapTryReopen(PcapThreadVars *ptv) { char errbuf[PCAP_ERRBUF_SIZE] = ""; + char *tmpbpfstring; ptv->pcap_state = PCAP_STATE_DOWN; pcap_close(ptv->pcap_handle);