mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
The remaining nulls
This commit is contained in:
parent
41c3256faa
commit
0a47588d0b
80 changed files with 565 additions and 565 deletions
|
@ -49,13 +49,13 @@ DbgBreakpoint::DbgBreakpoint()
|
|||
enabled = temporary = false;
|
||||
BPID = -1;
|
||||
|
||||
at_stmt = 0;
|
||||
at_stmt = nullptr;
|
||||
at_time = -1.0;
|
||||
|
||||
repeat_count = hit_count = 0;
|
||||
|
||||
description[0] = 0;
|
||||
source_filename = 0;
|
||||
source_filename = nullptr;
|
||||
source_line = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue