mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
A few more small tweaks.
This commit is contained in:
parent
1459216b20
commit
8220d70e88
4 changed files with 6 additions and 8 deletions
|
@ -325,7 +325,8 @@ void Manager::GetFileHandle(AnalyzerTag::Tag tag, Connection* c, bool is_orig)
|
|||
{
|
||||
current_handle.clear();
|
||||
|
||||
if ( ! get_file_handle ) return;
|
||||
if ( ! get_file_handle )
|
||||
return;
|
||||
|
||||
val_list* vl = new val_list();
|
||||
vl->append(new Val(tag, TYPE_COUNT));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue