mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
Review cleanup
This commit is contained in:
parent
ed13972924
commit
bac318475a
6 changed files with 21 additions and 14 deletions
|
@ -31,7 +31,7 @@ Config::Config(ReaderFrontend *frontend) : ReaderBackend(frontend)
|
|||
|
||||
for ( const auto& entry : globals )
|
||||
{
|
||||
auto id = entry.second;
|
||||
auto& id = entry.second;
|
||||
if ( ! id->IsOption() )
|
||||
continue;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue