mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
analyzer: Replace nulls with nullptr
This commit is contained in:
parent
cb01e098df
commit
6897912909
54 changed files with 305 additions and 307 deletions
|
@ -24,7 +24,7 @@ void ContentLine_Analyzer::InitState()
|
|||
CR_LF_as_EOL = (CR_as_EOL | LF_as_EOL);
|
||||
skip_deliveries = false;
|
||||
skip_partial = false;
|
||||
buf = 0;
|
||||
buf = nullptr;
|
||||
seq_delivered_in_lines = 0;
|
||||
skip_pending = 0;
|
||||
seq = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue