mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Rename some connection-specific methods in Session and SessionManager
This commit is contained in:
parent
f92f2e6fd4
commit
63fd1611ca
17 changed files with 61 additions and 45 deletions
|
@ -425,7 +425,7 @@ string Manager::GetFileID(const analyzer::Tag& tag, Connection* c, bool is_orig)
|
|||
|
||||
const auto& tagval = tag.AsVal();
|
||||
|
||||
event_mgr.Enqueue(get_file_handle, tagval, c->ConnVal(), val_mgr->Bool(is_orig));
|
||||
event_mgr.Enqueue(get_file_handle, tagval, c->GetVal(), val_mgr->Bool(is_orig));
|
||||
event_mgr.Drain(); // need file handle immediately so we don't have to buffer data
|
||||
return current_file_id;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue