mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13: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
|
@ -215,6 +215,6 @@ function fmt_ftp_port%(a: addr, p: port%): string
|
|||
{
|
||||
builtin_error("conversion of non-IPv4 address in fmt_ftp_port",
|
||||
@ARG@[0]);
|
||||
return val_mgr->GetEmptyString();
|
||||
return val_mgr->EmptyString();
|
||||
}
|
||||
%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue