From c750568c0ae8b71b73ffa2d135d3bbd6f791fd2f Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Wed, 17 Sep 2025 09:33:17 +1200 Subject: [PATCH] s4:dns:dlz: log using the correct state Signed-off-by: Douglas Bagnall --- source4/dns_server/dlz_bind9.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source4/dns_server/dlz_bind9.c b/source4/dns_server/dlz_bind9.c index e5c9679835e..d5e90286a7e 100644 --- a/source4/dns_server/dlz_bind9.c +++ b/source4/dns_server/dlz_bind9.c @@ -727,11 +727,11 @@ _PUBLIC_ isc_result_t dlz_create(const char *dlzname, } if (!file_exist(state->options.url)) { - dlz_bind9_state->log(ISC_LOG_ERROR, - "samba_dlz: dlz_create could not find '%s'; " - "trying old location '%s/dns/sam.ldb' instead", - state->options.url, - lpcfg_private_dir(state->lp)); + state->log(ISC_LOG_ERROR, + "samba_dlz: dlz_create could not find '%s'; " + "trying old location '%s/dns/sam.ldb' instead", + state->options.url, + lpcfg_private_dir(state->lp)); state->options.url = talloc_asprintf(state, "%s/dns/sam.ldb", lpcfg_private_dir(state->lp)); -- 2.43.0