mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
address some holes in script coverage
This commit is contained in:
parent
2bb4e696e1
commit
ca32cab6cb
3 changed files with 16 additions and 10 deletions
|
@ -258,7 +258,7 @@ ExprListStmt::~ExprListStmt() = default;
|
|||
|
||||
ValPtr ExprListStmt::Exec(Frame* f, StmtFlowType& flow)
|
||||
{
|
||||
last_access = run_state::network_time;
|
||||
RegisterAccess();
|
||||
flow = FLOW_NEXT;
|
||||
|
||||
auto vals = eval_list(f, l.get());
|
||||
|
@ -325,7 +325,6 @@ static void print_log(const std::vector<ValPtr>& vals)
|
|||
|
||||
ValPtr PrintStmt::DoExec(std::vector<ValPtr> vals, StmtFlowType& /* flow */)
|
||||
{
|
||||
RegisterAccess();
|
||||
do_print_stmt(vals);
|
||||
return nullptr;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue