The Samba-Bugzilla – Attachment 18728 Details for
Bug 15915
Service named don't start after upgrade 4.22.x to 4.23
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
possibly related patch
0001-s4-dns-dlz-log-using-the-correct-state.patch (text/plain), 1.25 KB, created by
Douglas Bagnall
on 2025-09-16 21:42:13 UTC
(
hide
)
Description:
possibly related patch
Filename:
MIME Type:
Creator:
Douglas Bagnall
Created:
2025-09-16 21:42:13 UTC
Size:
1.25 KB
patch
obsolete
>From c750568c0ae8b71b73ffa2d135d3bbd6f791fd2f Mon Sep 17 00:00:00 2001 >From: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> >Date: Wed, 17 Sep 2025 09:33:17 +1200 >Subject: [PATCH] s4:dns:dlz: log using the correct state > >Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> >--- > 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 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 15915
: 18728