mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Cosmetics in preparation for merge.
This commit is contained in:
parent
4321f635ac
commit
30014ac920
7 changed files with 23 additions and 13 deletions
4
src/IP.h
4
src/IP.h
|
@ -229,7 +229,9 @@ public:
|
|||
|
||||
~IP_Hdr()
|
||||
{
|
||||
if ( ip6 ) delete ip6_hdrs;
|
||||
if ( ip6 )
|
||||
delete ip6_hdrs;
|
||||
|
||||
if ( del )
|
||||
{
|
||||
if ( ip4 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue