mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Mark global val_mgr as deprecated and fix uses of it to use namespaced version
This commit is contained in:
parent
3098dd6fbb
commit
86fdf0eaa9
134 changed files with 1579 additions and 1580 deletions
|
@ -239,7 +239,7 @@ bool TCP_Endpoint::DataSent(double t, uint64_t seq, int len, int caplen,
|
|||
if ( contents_file_write_failure )
|
||||
tcp_analyzer->EnqueueConnEvent(contents_file_write_failure,
|
||||
Conn()->ConnVal(),
|
||||
val_mgr->Bool(IsOrig()),
|
||||
zeek::val_mgr->Bool(IsOrig()),
|
||||
zeek::make_intrusive<zeek::StringVal>(buf)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue