Fix a compile error.

This commit is contained in:
Jon Siwek 2014-09-09 14:36:19 -05:00
parent 1f6e6b4f4b
commit 450680f72b

View file

@ -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