The Samba-Bugzilla – Attachment 8081 Details for
Bug 9265
Bind dlz fails to start if there is a trustedanchors zone
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] bug 9265 s4-rpc: dnsserver: Ignore DNS zones that are not used by RPC dnsserver
-bug-9265-s4-rpc-dnsserver-Ignore-DNS-zones-that-are-not-used-by-RPC-dnsserver.patch (text/plain), 642 bytes, created by
Matthieu Patou
on 2012-10-17 06:06:47 UTC
(
hide
)
Description:
[PATCH] bug 9265 s4-rpc: dnsserver: Ignore DNS zones that are not used by RPC dnsserver
Filename:
MIME Type:
Creator:
Matthieu Patou
Created:
2012-10-17 06:06:47 UTC
Size:
642 bytes
patch
obsolete
>e32427fc71cb794d6c4f3a021c5692b400e96132 >diff --git a/source4/rpc_server/dnsserver/dnsdb.c b/source4/rpc_server/dnsserver/dnsdb.c >index 9bf5ecf..b5ad470 100644 >--- a/source4/rpc_server/dnsserver/dnsdb.c >+++ b/source4/rpc_server/dnsserver/dnsdb.c >@@ -124,6 +124,10 @@ struct dnsserver_zone *dnsserver_db_enumerate_zones(TALLOC_CTX *mem_ctx, > z->partition = p; > name = talloc_strdup(z, > ldb_msg_find_attr_as_string(res->msgs[i], "name", NULL)); >+ if (strcmp(name, "..TrustAnchors") == 0) { >+ talloc_free(z); >+ continue; >+ } > if (strcmp(name, "RootDNSServers") == 0) { > talloc_free(name); > z->name = talloc_strdup(z, ".");
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 9265
:
8013
|
8014
|
8067
|
8068
|
8069
|
8071
|
8080
|
8081
|
8266