Fix packet sources being treated as idle when a packet is available.

Addresses BIT-1266.
This commit is contained in:
Jon Siwek 2014-10-02 12:16:33 -05:00
parent 9cd85be308
commit 31b7e984d1

View file

@ -434,6 +434,7 @@ bool PktSrc::ExtractNextPacketInternal()
if ( ! first_timestamp )
first_timestamp = current_packet.ts;
SetIdle(false);
have_packet = true;
return 1;
}