mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +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
|
@ -192,7 +192,7 @@ function x509_get_certificate_string%(cert: opaque of x509, pem: bool &default=F
|
|||
auto ext_val = file_analysis::X509::GetExtensionFromBIO(bio);
|
||||
|
||||
if ( ! ext_val )
|
||||
ext_val = {AdoptRef{}, val_mgr->GetEmptyString()};
|
||||
ext_val = val_mgr->EmptyString();
|
||||
|
||||
return ext_val.release();
|
||||
%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue