mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
The remaining nulls
This commit is contained in:
parent
41c3256faa
commit
0a47588d0b
80 changed files with 565 additions and 565 deletions
|
@ -29,7 +29,7 @@ class BroType;
|
|||
|
||||
class ODesc {
|
||||
public:
|
||||
explicit ODesc(desc_type t=DESC_READABLE, BroFile* f=0);
|
||||
explicit ODesc(desc_type t=DESC_READABLE, BroFile* f=nullptr);
|
||||
|
||||
~ODesc();
|
||||
|
||||
|
@ -131,7 +131,7 @@ public:
|
|||
byte_vec TakeBytes()
|
||||
{
|
||||
const void* t = base;
|
||||
base = 0;
|
||||
base = nullptr;
|
||||
size = 0;
|
||||
|
||||
// Don't clear offset, as we want to still support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue