mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +00:00
Update deprecated ValManager::GetEmptyString usages
This commit is contained in:
parent
93f4c5871b
commit
de8761f761
27 changed files with 102 additions and 97 deletions
|
@ -741,7 +741,7 @@ bool Manager::Write(EnumVal* id, RecordVal* columns_arg)
|
|||
if ( filter->path_val )
|
||||
path_arg = {NewRef{}, filter->path_val};
|
||||
else
|
||||
path_arg = {AdoptRef{}, val_mgr->GetEmptyString()};
|
||||
path_arg = val_mgr->EmptyString();
|
||||
|
||||
IntrusivePtr<Val> rec_arg;
|
||||
BroType* rt = filter->path_func->FType()->Args()->FieldType("rec");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue