Skip to content

Commit

Permalink
do not ignore values in the .reg root key
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonéri Le Bouder committed Jul 17, 2012
1 parent c9dbaf4 commit 6a5d480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/FusionInventory/Test/Utils.pm
Expand Up @@ -119,7 +119,7 @@ sub loadRegistryDump {

my $root_offset;
my $root_key = {};
my $current_key;
my $current_key = $root_key;

open (my $handle, '<', $file) or die "can't open $file: $ERRNO";

Expand Down

0 comments on commit 6a5d480

Please sign in to comment.