Fixing comment.

This commit is contained in:
Robin Sommer 2011-07-19 17:46:44 -07:00
parent de58e54397
commit 5d7af681f4

View file

@ -512,8 +512,7 @@ PktFileSrc::PktFileSrc(const char* arg_readfile, const char* filter,
return; return;
// We don't put file sources into non-blocking mode as // We don't put file sources into non-blocking mode as
// otherwise we would not be able to identify the EOF // otherwise we would not be able to identify the EOF.
// via next_packet().
selectable_fd = fileno(pcap_file(pd)); selectable_fd = fileno(pcap_file(pd));