mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Fix a compile error.
This commit is contained in:
parent
1f6e6b4f4b
commit
450680f72b
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ void PcapSource::OpenLive()
|
||||||
|
|
||||||
// ### This needs autoconf'ing.
|
// ### This needs autoconf'ing.
|
||||||
#ifdef HAVE_PCAP_INT_H
|
#ifdef HAVE_PCAP_INT_H
|
||||||
Info("pcap bufsize = %d\n", ((struct pcap *) pd)->bufsize);
|
Info(fmt("pcap bufsize = %d\n", ((struct pcap *) pd)->bufsize));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_LINUX
|
#ifdef HAVE_LINUX
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue