Skip to content

Commit

Permalink
Merge pull request #1380 from emollier/bareword
Browse files Browse the repository at this point in the history
Fix bareword in Zonemaster::Engine.
  • Loading branch information
matsduf authored Aug 21, 2024
2 parents 9eeb060 + 4330e66 commit dcf088f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Zonemaster/Engine.pm
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ my $init_done = 0;

sub init_engine {
return if $init_done++;
Zonemaster::Engine::Recursor::init_recursor;
Zonemaster::Engine::Recursor::init_recursor();
}

sub logger {
Expand Down

0 comments on commit dcf088f

Please sign in to comment.