mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58: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
|
@ -174,7 +174,7 @@ bool RuleConditionEval::DoMatch(Rule* rule, RuleEndpointState* state,
|
|||
if ( data )
|
||||
args.emplace_back(make_intrusive<StringVal>(len, (const char*) data));
|
||||
else
|
||||
args.emplace_back(AdoptRef{}, val_mgr->GetEmptyString());
|
||||
args.emplace_back(val_mgr->EmptyString());
|
||||
|
||||
bool result = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue