Skip to content
Snippets Groups Projects
Commit 57a48fcb authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

tried to mark key as md5 hash

parent d08c1604
No related branches found
No related tags found
No related merge requests found
......@@ -207,7 +207,7 @@ sub process_file
}
else
{ # this key is new, so we simply place what we know in the newly created registry item
$reg= { 'key' => $md5, 'store' => { $store => { 'path' => { $path => $ydata= $xdata } } } };
$reg= { 'key' => $md5, 'key_type' => 'md5', 'store' => { $store => { 'path' => { $path => $ydata= $xdata } } } };
push (@upd, 'new key');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment