mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Rename a 'do_net_run' variable to 'do_run_loop'
For clarity, since the net_run() function was renamed to run_loop().
This commit is contained in:
parent
44903da8fd
commit
faf6d4ec1a
3 changed files with 9 additions and 9 deletions
|
@ -908,9 +908,9 @@ SetupResult setup(int argc, char** argv, Options* zopts)
|
|||
return {0, std::move(options)};
|
||||
}
|
||||
|
||||
int cleanup(bool did_net_run)
|
||||
int cleanup(bool did_run_loop )
|
||||
{
|
||||
if ( did_net_run )
|
||||
if ( did_run_loop )
|
||||
done_with_network();
|
||||
|
||||
run_state::detail::delete_run();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue