From: Michael Tremer Date: Mon, 18 May 2026 14:20:31 +0000 (+0000) Subject: main: Set the correct path for the journal file X-Git-Tag: 0.0.1~34 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=52776a0fa2bae111966f02a7d99b879020a98993;p=zone-sync.git main: Set the correct path for the journal file Signed-off-by: Michael Tremer --- diff --git a/main.c b/main.c index e96848d..6f3ebf0 100644 --- a/main.c +++ b/main.c @@ -372,7 +372,7 @@ static void do_zone(const char* name) { } // Set the path of the journal - r = dns_zone_setjournal(zone, path); + r = dns_zone_setjournal(zone, journal_path); if (r) { ERROR("Failed to set the zone's journal path: %s\n", isc_result_totext(r)); goto ERROR;