mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18: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
|
@ -96,8 +96,8 @@ bool Extract::DeliverStream(const u_char* data, uint64_t len)
|
|||
f->FileEvent(file_extraction_limit, {
|
||||
f->ToVal(),
|
||||
GetArgs(),
|
||||
val_mgr->Count(limit),
|
||||
val_mgr->Count(len)
|
||||
zeek::val_mgr->Count(limit),
|
||||
zeek::val_mgr->Count(len)
|
||||
});
|
||||
|
||||
// Limit may have been modified by a BIF, re-check it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue