mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
Fixing comment.
This commit is contained in:
parent
de58e54397
commit
5d7af681f4
1 changed files with 1 additions and 2 deletions
|
@ -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));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue