mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
Update all BIFs to return IntrusivePtr instead of Val*
This commit is contained in:
parent
d7be84de97
commit
094d6de979
34 changed files with 275 additions and 281 deletions
|
@ -14,5 +14,5 @@ function set_ssl_established%(c: connection%): any
|
|||
analyzer::Analyzer* sa = c->FindAnalyzer("SSL");
|
||||
if ( sa )
|
||||
static_cast<analyzer::ssl::SSL_Analyzer*>(sa)->StartEncryption();
|
||||
return 0;
|
||||
return nullptr;
|
||||
%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue