From 379ced49de0fc4e4fac3ed701b382e3b0e1bc48a Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 20 Aug 2013 18:28:25 +0100 Subject: [PATCH] daemon: hivex: Define empty hivex_finalize function in case !HAVE_HIVEX. 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 ce6164e41..b47329ecf 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 */