Skip to content
Snippets Groups Projects
Commit 3da13218 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

In load_registry_from_multiple_dbs(): Initialize the hash with () rather

than {}.
parent 58af92dd
No related branches found
No related tags found
No related merge requests found
......@@ -2122,7 +2122,7 @@ sub load_registry_from_multiple_dbs {
my %merged_register = %registry_register;
foreach my $arg (@args) {
local %registry_register={};
local %registry_register = ();
my $verbose;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment