[Libguestfs] [PATCH 64/67] daemon: hivex: Define empty hivex_finalize function in case !HAVE_HIVEX.

Richard W.M. Jones rjones at redhat.com
Sat Aug 24 11:05:04 UTC 2013


From: "Richard W.M. Jones" <rjones at redhat.com>

Thanks: Olaf Hering (see previous commit).
(cherry picked from commit d188594b11f2a16fe72b963a55edf41d4aa2e3aa)
---
 daemon/hivex.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/daemon/hivex.c b/daemon/hivex.c
index ce6164e..b47329e 100644
--- a/daemon/hivex.c
+++ b/daemon/hivex.c
@@ -417,4 +417,9 @@ do_hivex_node_set_value (int64_t nodeh,
 
 OPTGROUP_HIVEX_NOT_AVAILABLE
 
+void
+hivex_finalize (void)
+{
+}
+
 #endif /* !HAVE_HIVEX */
-- 
1.8.3.1




More information about the Libguestfs mailing list