mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28: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
|
@ -18,7 +18,9 @@ static RecordType* ip6_esp_type = 0;
|
|||
|
||||
static inline RecordType* hdrType(RecordType*& type, const char* name)
|
||||
{
|
||||
if ( ! type ) type = internal_type(name)->AsRecordType();
|
||||
if ( ! type )
|
||||
type = internal_type(name)->AsRecordType();
|
||||
|
||||
return type;
|
||||
}
|
||||
|
||||
|
@ -54,6 +56,7 @@ static VectorVal* BuildOptionsVal(const u_char* data, uint16 len)
|
|||
|
||||
vv->Assign(vv->Size(), rv, 0);
|
||||
}
|
||||
|
||||
return vv;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue