1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

r6762: with the zone right we don't need a fully qualified site name at all

(This used to be commit 6f4ad382d4)
This commit is contained in:
Andrew Tridgell 2005-05-13 06:06:19 +00:00 committed by Gerald (Jerry) Carter
parent 04ecea3b1c
commit 2f315e94f8

View File

@ -93,8 +93,7 @@ static NTSTATUS cldapd_netlogon_fill(struct cldap_socket *cldap,
pdc_dns_name = talloc_asprintf(mem_ctx, "%s.%s",
lp_netbios_name(), dns_domain);
flatname = samdb_result_string(res[0], "name", lp_workgroup());
site_name = talloc_asprintf(mem_ctx, "Default-First-Site-Name.%s",
dns_domain);
site_name = "Default-First-Site-Name";
site_name2 = "";
pdc_ip = iface_best_ip(src_address);