Commit 2908537f authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

winedump: Don't dump volatile keys from regf file.

parent 1a58a703
......@@ -356,8 +356,6 @@ static BOOL dump_key(unsigned int hive_off, unsigned int off)
if (key->sub_keys)
ret = dump_subkeys(hive_off, key->sub_keys_list_off);
if (ret && key->volatile_sub_keys)
ret = dump_subkeys(hive_off, key->volatile_sub_keys_list_off);
path_len -= key->name_size + 1;
path[path_len] = 0;
......
Markdown is supported
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