mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
daemon: hivex: Define empty hivex_finalize function in case !HAVE_HIVEX.
Thanks: Olaf Hering (see previous commit).
(cherry picked from commit d188594b11)
This commit is contained in:
@@ -417,4 +417,9 @@ do_hivex_node_set_value (int64_t nodeh,
|
||||
|
||||
OPTGROUP_HIVEX_NOT_AVAILABLE
|
||||
|
||||
void
|
||||
hivex_finalize (void)
|
||||
{
|
||||
}
|
||||
|
||||
#endif /* !HAVE_HIVEX */
|
||||
|
||||
Reference in New Issue
Block a user