mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +00:00
parent
3a3f58d5df
commit
eb3c5ee1a4
3 changed files with 72 additions and 1 deletions
|
@ -169,7 +169,7 @@ char* CompositeHash::SingleValHash(int type_check, char* kp0,
|
|||
{
|
||||
char* kp = kp0;
|
||||
RecordVal* rv = v->AsRecordVal();
|
||||
RecordType* rt = v->Type()->AsRecordType();
|
||||
RecordType* rt = bt->AsRecordType();
|
||||
int num_fields = rt->NumFields();
|
||||
|
||||
for ( int i = 0; i < num_fields; ++i )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue