diff --git a/src/iosource/Manager.cc b/src/iosource/Manager.cc index 50e831f868..4c006ca77b 100644 --- a/src/iosource/Manager.cc +++ b/src/iosource/Manager.cc @@ -166,7 +166,7 @@ void Manager::FindReadySources(std::vector* ready) } else { - if ( ! zeek::run_state::pseudo_realtime ) + if ( ! zeek::run_state::pseudo_realtime && ! time_to_poll ) // A pcap file is always ready to process unless it's suspended ready->push_back(pkt_src); }