mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28: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
|
@ -30,7 +30,7 @@ TCP_Reassembler::TCP_Reassembler(analyzer::Analyzer* arg_dst_analyzer,
|
|||
type = arg_type;
|
||||
endp = arg_endp;
|
||||
had_gap = false;
|
||||
record_contents_file = 0;
|
||||
record_contents_file = nullptr;
|
||||
deliver_tcp_contents = false;
|
||||
skip_deliveries = false;
|
||||
did_EOF = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue