hivex: Add flags argument to internal get_children() function.
authorRichard Jones <rjones@redhat.com>
Thu, 4 Feb 2010 13:24:27 +0000 (13:24 +0000)
committerRichard Jones <rjones@redhat.com>
Thu, 4 Feb 2010 13:29:03 +0000 (13:29 +0000)
commite14d001fc929307cf017408856be6b753908ab43
treef6365400ef4667d64534b9ecf494c1b98720f62e
parent01ba5f80ee02405f2a558e735e32957a710fdd5b
hivex: Add flags argument to internal get_children() function.

When we later call get_children to visit the intermediate
ri/lf/lh records, we have already deleted the subkey nk-records,
so checking that those nk-records are still valid is not very
helpful.

This commit adds a flag to turn these checks off.
hivex/hivex.c