mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Remove deprecated attributes.
To be more exact: &encrypt, &mergeable, &rotate_interval, &rotate_size Also removes no longer used redef-able constants: log_rotate_interval, log_max_size, log_encryption_key GH-243
This commit is contained in:
parent
0080c5ea09
commit
1ff2894af2
17 changed files with 17 additions and 561 deletions
|
@ -106,9 +106,6 @@ void TCP_Reassembler::SetContentsFile(BroFile* f)
|
|||
RecordToSeq(blocks->seq, last_reassem_seq, f);
|
||||
}
|
||||
|
||||
// Don't want rotation on these files.
|
||||
f->SetRotateInterval(0);
|
||||
|
||||
Ref(f);
|
||||
record_contents_file = f;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue